]> git.baikalelectronics.ru Git - kernel.git/commit
uwb: adds missing error handling
authorDaeseok Youn <daeseok.youn@gmail.com>
Wed, 16 Apr 2014 09:48:02 +0000 (18:48 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Apr 2014 21:03:40 +0000 (14:03 -0700)
commitf326b7964bf8cb2d02762c7f8e66b9846f588440
treef060b041e2155815afa96448022fbd7191862320
parent9de1140f78d535f22b6fdb8b0903056605a7fcba
uwb: adds missing error handling

There is checking NULL before dereferncing but
it need to add "return".

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uwb/drp.c