commit | 7f526aad196da471040a30bec4c788518e450fa2 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Mon Jul 28 13:09:32 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 30 16:48:42 2014 -0700 |
tree | aeedbb019247d5a80ce258f6005b155f78ee838e | |
parent | 42b241c04e9b0cb655124fd61f729756afd21cc5 [diff] |
staging: comedi: amplc_pc236: combine interrupt enable/disable functions `pc236_intr_enable()` and `pc236_intr_disable()` are very similar. Combine them into a single function `pc236_intr_update()` with a parameter to indicate whether interrupts are being enabled or disabled. Change type type of the `enable_irq` member of the private data to `bool` to match the parameter. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>