]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: nand: denali: return error code from devm_request_irq() on error
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 9 Nov 2016 04:35:27 +0000 (13:35 +0900)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Sat, 19 Nov 2016 08:40:08 +0000 (09:40 +0100)
commit7ebb8d06781f87f5c6c6e6bae42ab44ba0fe9012
tree0ff580da85641f7baeafbedf3d60d08c5d6b0437
parentc1d0df192c3adb0a92a984f7f5ae1124027549dd
mtd: nand: denali: return error code from devm_request_irq() on error

The devm_request_irq() returns an appropriate error value when it
fails.  Use it instead of the fixed -ENODEV.

While we are here, reword the comment to make it fit in a single
line, fixing the misspelling of "initialization".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/denali.c