aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorLars-Peter Clausen <[email protected]>2016-07-15 11:04:18 +0200
committerMark Brown <[email protected]>2016-07-15 11:44:59 +0100
commit4db9bf548bb00d84ba7dfd70f124de16386c0c55 (patch)
tree01730038753a3dbdf5ccaaaf55159b543bb2a0dd /tools/perf/scripts/python/call-graph-from-postgresql.py
parent1a695a905c18548062509178b98bc91e67510864 (diff)
spi: xilinx: Handle errors from platform_get_irq()
The Xilinx SPI driver can operate without an IRQ, but not every error returned by platform_get_irq() means that no IRQ was specified. It will also return an error if the IRQ specification is invalid or the IRQ provider is not yet available (EPROBE_DEFER). So instead of ignoring all errors only ignore ENXIO, which means no IRQ was specified, and propagate all other errors to device driver core. Signed-off-by: Lars-Peter Clausen <[email protected]> Acked-by: Ricardo Ribalda Delgado <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions