From: H Hartley Sweeten Date: Tue, 4 Jun 2013 02:04:03 +0000 (-0700) Subject: staging: comedi: pcmda12: tidy up subdevice init X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b2ebd8dea7f0cf20ce3cccc45a60dfb7853b3ea;p=pandora-kernel.git staging: comedi: pcmda12: tidy up subdevice init For aesthetic reasons. add some whitespace to the subdevice init and reorder it a bit. Remove the 's->private = NULL', it was kzalloc'ed by the core and will already be NULL. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed