staging: comedi: usbduxfast: remove unused variable in usbduxfastsub_ai_Irq()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 8 Nov 2012 09:11:09 +0000 (17:11 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2012 19:53:01 +0000 (11:53 -0800)
commit54327dd75ea2258d6fe5201382fad2254c008f9e
treee0f694caec8ad92bdedbb67d141d672df65715b2
parent7803d8e05d63d743e938233eb49fd8f112dfb07e
staging: comedi: usbduxfast: remove unused variable in usbduxfastsub_ai_Irq()

The variable 'p' is initialized but never used otherwise, so
remove the unused variable.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/usbduxfast.c