]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: unisys: visorbus: visorbus_main.c: Fix return values for checks in visorbus_...
authorSameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Wed, 30 Aug 2017 17:36:10 +0000 (13:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Aug 2017 16:17:38 +0000 (18:17 +0200)
commit3459e83a141e2af284c5980917dfa8a1bb224319
tree227882c262ff10c3661a835c79aec66bd98d9f22
parent90544cb10caafa6c12315215486a62a8d487f6be
staging: unisys: visorbus: visorbus_main.c: Fix return values for checks in visorbus_register_visor_driver.

The error return values for the drv->probe, drv->remove, drv->pause
and drv->resume checks should be -EINVAL instead of -ENODEV.

Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorbus_main.c