]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: unisys: visornic: handle error return from device registration
authorBenjamin Romer <benjamin.romer@unisys.com>
Fri, 4 Sep 2015 16:01:33 +0000 (12:01 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 16:43:41 +0000 (09:43 -0700)
commit8b5081c876bde9b1df5e96ee6990d5acd20c128b
treeae7c9c82f6a0e7584f075ca345df40b4c9339c6f
parent6155a3cf11a6d4ed102ef5a30f655d4d2a38076b
staging: unisys: visornic: handle error return from device registration

There is no code to handle an error return in visornic, when it tries to
register with visorbus. This patch handles an error return from
visorbus_register_visor_driver() by dropping out of initialization.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visornic/visornic_main.c