From: H Hartley Sweeten Date: Thu, 6 Sep 2012 01:39:13 +0000 (-0700) Subject: staging: comedi: dt2801: fix access to 2nd dio subdevice X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~626 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a07cde495ccca9212b3f725b606c75e8d89a2e;p=pandora-kernel.git staging: comedi: dt2801: fix access to 2nd dio subdevice Only 4 subdevices are allocated by this driver. The 2nd dio subdevice is 'dev->subdevice + 3' not '... + 4'. Signed-off-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed