staging: unisys: visorchipset change -1 return value
This patch changes the vague -1 return value to -EINVAL Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c294ea31aa
commit
119296eaa8
@ -1613,7 +1613,7 @@ parahotplug_request_complete(int id, u16 active)
|
||||
}
|
||||
|
||||
spin_unlock(¶hotplug_request_list_lock);
|
||||
return -1;
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user