Commit 119296ea authored by Erik Arfvidson's avatar Erik Arfvidson Committed by Greg Kroah-Hartman

staging: unisys: visorchipset change -1 return value

This patch changes the vague -1 return value to -EINVAL
Signed-off-by: default avatarErik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c294ea31
...@@ -1613,7 +1613,7 @@ parahotplug_request_complete(int id, u16 active) ...@@ -1613,7 +1613,7 @@ parahotplug_request_complete(int id, u16 active)
} }
spin_unlock(&parahotplug_request_list_lock); spin_unlock(&parahotplug_request_list_lock);
return -1; return -EINVAL;
} }
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment