From: H Hartley Sweeten Date: Thu, 23 May 2013 19:55:28 +0000 (-0700) Subject: staging: comedi: usbduxsigma: remove tidy_up() from (*auto_attach) X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~447 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc56e86e49c93e426937377fc485734a81870da;p=pandora-kernel.git staging: comedi: usbduxsigma: remove tidy_up() from (*auto_attach) Comedi drivers do not need to cleanup allocations during the (*auto_attach). If the (*auto_attach) fails the (*detach) will automatically be called to handle the cleanup. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed