From: H Hartley Sweeten Date: Wed, 12 Jun 2013 23:22:33 +0000 (-0700) Subject: staging: comedi: addi_apci_3xxx: stub in analog input command support X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66573991c47f3e826f294b6ab4aa1cf967d5f426;p=pandora-kernel.git staging: comedi: addi_apci_3xxx: stub in analog input command support The analog input subdevice in this driver is broken. The attach of this driver requests the irq and sets the dev->read_subdev to the analog input subdevice but it does not setup the subdevice to support commands. Stub in the command support functions so we can fix the subdevice. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed