From: H Hartley Sweeten Date: Wed, 23 Jan 2013 19:40:50 +0000 (-0700) Subject: staging: comedi: addi_apci_3501: analog output resolution is fixed X-Git-Tag: v3.9-rc1~127^2~298 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfaa23de519b63ae4864a163fc9ba0a224c9f6b4;p=pandora-kernel.git staging: comedi: addi_apci_3501: analog output resolution is fixed The analog outputs of this board are always 14-bit. Remove this information from the boardinfo and just set the 'maxdata' directly in the subdevice init. Initialize with a hex value as that is more standard in the comedi drivers. Since devpriv->s_EeParameters.i_AoMaxdata is not longer being used, don't bother initializing it. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed