aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2010-01-13 12:05:45 +0100
committerDominik Brodowski <[email protected]>2010-02-17 17:37:36 +0100
commit4aa50bc9c2b2d5ab5c63658e0fadad03a08835cc (patch)
tree29086dc2df56bf6d1f309ed4c10cfa3664f4e0fa /tools/perf/scripts/python/check-perf-trace.py
parent35169529093be3bbef70afd3c4125e35cece7e03 (diff)
pcmcia/bfin_cf: don't check platform_get_irq's return value against zero
platform_get_irq returns -ENXIO on failure, so !irq was probably always true. Better use irq <= 0. Note that a return value of zero is still handled as error even though this could mean irq0. This is a followup to 305b3228f9ff4d59f49e6d34a7034d44ee8ce2f0 that changed the return value of platform_get_irq from 0 to -ENXIO on error. Signed-off-by: Uwe Kleine-König <[email protected]> Cc: David Vrabel <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Rafael J. Wysocki <[email protected]> Signed-off-by: Dominik Brodowski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions