]> git.baikalelectronics.ru Git - kernel.git/commit
staging: dgap: remove redundant setting a variable
authorDaeseok Youn <daeseok.youn@gmail.com>
Mon, 18 Aug 2014 14:31:46 +0000 (23:31 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 21:04:58 +0000 (14:04 -0700)
commit950cae1579c41687d98778bcde44ee5c06906222
treec51a3d32e10cf00d79d0160a14926da510e44d69
parent195648951495caac07d29d1c9bb00457857ad67a
staging: dgap: remove redundant setting a variable

The brd(board_t) is initialized with zero, so "intr_used"
is not needed to set zero when request_irq() is failed.

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