summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2017-08-06 00:14:28 +0300
committerBoris Brezillon <boris.brezillon@free-electrons.com>2017-08-23 17:49:22 +0300
commit892dd1831392adbdf4e55d0c284c3aea6ba4d855 (patch)
tree01acd9f6c21a8739620f0cce8c2280a6e180e0da /tools/perf/scripts/python/call-graph-from-postgresql.py
parentfd213b5bae800dc00a2930dcd07f63ab9bbff3f9 (diff)
downloadlinux-892dd1831392adbdf4e55d0c284c3aea6ba4d855.tar.xz
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 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions