summaryrefslogtreecommitdiffstats
path: root/src/include/usr/devicefw/driverif.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/devicefw/driverif.H')
-rw-r--r--src/include/usr/devicefw/driverif.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/devicefw/driverif.H b/src/include/usr/devicefw/driverif.H
index 064a11d28..550b90f09 100644
--- a/src/include/usr/devicefw/driverif.H
+++ b/src/include/usr/devicefw/driverif.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2016 */
+/* Contributors Listed Below - COPYRIGHT 2011,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -273,7 +273,7 @@ namespace DeviceFW
TargType i_targetType,
deviceOp_t i_regRoute)
{
- return InvalidParameterType(); // Cause a compile fail if not one of
+ InvalidParameterType(); // Cause a compile fail if not one of
// the explicit template specializations.
}
OpenPOWER on IntegriCloud