summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rs5c313.c
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2017-08-05 23:14:28 +0200
committerBoris Brezillon <boris.brezillon@free-electrons.com>2017-08-23 16:49:22 +0200
commit892dd1831392adbdf4e55d0c284c3aea6ba4d855 (patch)
tree01acd9f6c21a8739620f0cce8c2280a6e180e0da /drivers/rtc/rtc-rs5c313.c
parentmtd: nand: hynix: add support for 20nm NAND chips (diff)
downloadlinux-892dd1831392adbdf4e55d0c284c3aea6ba4d855.tar.xz
linux-892dd1831392adbdf4e55d0c284c3aea6ba4d855.zip
mtd: nand: atmel: fix of_irq_get() error check
of_irq_get() may return 0 as well as negative error number on failure, while the driver only checks for the negative values. The driver would then call devm_request_irq() for IRQ0 in its probe method and never get a valid interrupt. Check for 'nc->irq <= 0' instead and return -ENXIO from the driver's probe if of_irq_get() returned 0. Fixes: f88fc122cc34 ("mtd: nand: Cleanup/rework the atmel_nand driver") Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Acked-by: Wenyou Yang <Wenyou.yang@microchip.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/rtc/rtc-rs5c313.c')
0 files changed, 0 insertions, 0 deletions