staging: comedi: hwdrv_apci3120: remove clearing of 'b_OutputMemoryStatus'
This private data member is not used by this driver. Remove the unnecessary clearing of it. 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:
Родитель
204563198e
Коммит
241f1c9644
|
@ -613,7 +613,6 @@ static int apci3120_reset(struct comedi_device *dev)
|
|||
devpriv->b_EocEosInterrupt = APCI3120_DISABLE;
|
||||
devpriv->b_InterruptMode = APCI3120_EOC_MODE;
|
||||
devpriv->ui_EocEosConversionTime = 0; /* set eoc eos conv time to 0 */
|
||||
devpriv->b_OutputMemoryStatus = 0;
|
||||
|
||||
/* variables used in timer subdevice */
|
||||
devpriv->b_Timer2Mode = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче