]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: comedi: pcmuio: remove 'num_asic_chans'
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 18 Jun 2013 20:22:25 +0000 (13:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2013 22:51:01 +0000 (15:51 -0700)
commitdbe9c7929c6c0021414d61f85fe4e2f20f069e1c
treedf40105fde5aba0898de2defc52b45aa38e78320
parentd9990ceacc39b4320661adf7778538858a5c4bad
staging: comedi: pcmuio: remove 'num_asic_chans'

This member of the subdevice private data is always initialize to
s->n_chan if the subdevice supports interrupts and is only used
in functions that can be called by the interrupt subdevice.

Simplyfy the driver a bit  by removing it and just using s->n_chan.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/pcmuio.c