diff options
author | Ian Abbott <abbotti@mev.co.uk> | 2012-09-24 16:27:59 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-26 10:45:38 -0700 |
commit | 3cd73bc1cf59b2c9232d9889ba2b148e262054b6 (patch) | |
tree | 2284a3ed15ace430a80182ff36798138d39f8246 /lib/mpi/mpiutil.c | |
parent | affdc230d7d328d2b602113e459a57d9de5ded08 (diff) |
staging: comedi: ni_mio_common: always lock in ni_ai_poll()
`ni_ai_poll()` currently acquires (and later releases) the comedi
device's spin-lock iff `in_interrupt()` returns 0. However, it is only
called during processing of a `COMEDI_POLL` ioctl so `in_interrupt()`
will always return 0 in this case. Remove this test and acquire/release
the spin-lock unconditionally. This eliminates a sparse warning about
different lock contexts for basic block.
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions