From: H Hartley Sweeten Date: Tue, 27 May 2014 17:30:53 +0000 (-0700) Subject: staging: comedi: ni_65xx: remove commented out local variable X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f2353b2036ddb54e8ba6e11dad1b4967729aca78;p=linux-beck.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/ni_65xx.c b/drivers/staging/comedi/drivers/ni_65xx.c index a74fd1e60c28..9a139d6b8ef4 100644 --- a/drivers/staging/comedi/drivers/ni_65xx.c +++ b/drivers/staging/comedi/drivers/ni_65xx.c @@ -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);