From: H Hartley Sweeten Date: Thu, 19 Jul 2012 02:04:56 +0000 (-0700) Subject: staging: comedi: rtd520: remove the '#if 0' code in the attach X-Git-Tag: v3.6-rc1~100^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=670793019d15c1066ce6621f4d175fb71a1a24e4;p=pandora-kernel.git staging: comedi: rtd520: remove the '#if 0' code in the attach This driver has code #if 0'ed out that would allow cleaning up the attach if there was an error. The comedi core currently calls the detach function to do this if the attach fails. Remove the #if 0'ed out code. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed