From: H Hartley Sweeten Date: Tue, 18 Jun 2013 20:22:07 +0000 (-0700) Subject: staging: comedi: pcmuio: remove 'first_chan' X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9990ceacc39b4320661adf7778538858a5c4bad;p=pandora-kernel.git staging: comedi: pcmuio: remove 'first_chan' This member of the subdevice private data is always initialize to '0' due to the 'byte_no' always being zero when it is set during the attach. Simplify the driver a bit by removing it. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed