aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorIan Abbott <[email protected]>2014-07-25 18:07:07 +0100
committerGreg Kroah-Hartman <[email protected]>2014-07-30 16:47:44 -0700
commita386149fb2bad23b5c6123894049ce3392bf76b5 (patch)
treec8de247760af5fb22866b6b11d2e5cc909a2a1e4 /tools/perf/scripts/python/bin
parenta948318f70b4035983db7d178618b407bcd1fecb (diff)
staging: comedi: amplc_dio200_common: prevent extra free_irq()
`dio200_detach()` in "amplc_dio200.c" calls `amplc_dio200_common_detach()` in "amplc_dio200_common.c", followed by `comedi_legacy_detach()` in "../drivers.c". Both of those functions call `free_irq()` if `dev->irq` is non-zero. The second call produces a warning message because the handler has already been freed. Prevent that by setting `dev->irq = 0` in `amplc_dio200_common_detach()`. Signed-off-by: Ian Abbott <[email protected]> Reviewed-by: H Hartley Sweeten <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions