From: H Hartley Sweeten Date: Wed, 24 Jul 2013 21:08:43 +0000 (-0700) Subject: staging: comedi: usbdux: remove unnecessary tidy_up() calls X-Git-Tag: v3.12-rc1~183^2~592 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d0c07428d590ad93fd4721ff0e2f8f5ca8f264;p=pandora-kernel.git staging: comedi: usbdux: remove unnecessary tidy_up() calls If the comedi_driver (*auto_attach) fails, the comedi core will call the (*detach) function to do any cleanup. It's not necessary to do the cleanup in the (*auto_attach). Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed