mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1613,7 +1613,7 @@ parahotplug_request_complete(int id, u16 active)
|
|||
}
|
||||
|
||||
spin_unlock(¶hotplug_request_list_lock);
|
||||
return -1;
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue