mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 07:42:07 +00:00
staging: comedi: ni_65xx: remove commented out local variable
This function does not use the comedi_cmd. Remove the commented out local variable. 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>
This commit is contained in:
parent
45c9db9191
commit
f2353b2036
@ -491,7 +491,6 @@ static int ni_65xx_intr_cmd(struct comedi_device *dev,
|
||||
struct comedi_subdevice *s)
|
||||
{
|
||||
struct ni_65xx_private *devpriv = dev->private;
|
||||
/* struct comedi_cmd *cmd = &s->async->cmd; */
|
||||
|
||||
writeb(ClrEdge | ClrOverflow,
|
||||
devpriv->mite->daq_io_addr + Clear_Register);
|
||||
|
Loading…
Reference in New Issue
Block a user