USB: ark3116.c: fix check-after-use
authorAdrian Bunk <bunk@kernel.org>
Tue, 14 Aug 2007 21:22:50 +0000 (23:22 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:55:16 +0000 (14:55 -0700)
commitf311cf58bd04adc683067f8d66daa5925b80f082
treea2e37ee44ade8de4b107876dd4fd926acd8a9edd
parentf6c1ceaa3844b7a7787816cc97d15b9fea8b0909
USB: ark3116.c: fix check-after-use

The Coverity checker spotted that we'd have already oops'ed if one of
these was NULL.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ark3116.c