From: H Hartley Sweeten Date: Fri, 20 Sep 2013 23:36:44 +0000 (-0700) Subject: staging: comedi: pcl711: tidy up the subdevice init X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~676 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bca757ad539aa4f826f4d335f4fcc670e85dcc9b;p=pandora-kernel.git staging: comedi: pcl711: tidy up the subdevice init For aesthetic reasons, add some whitespace to the subdevice init. The 's->len_chanlist' is only used with asynchronous command support. Remove the unnecessary initialization of this member in the subdevices that do not support commands. For the analog input subdevice, move the initialization so it only occurs when commands are supported. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed