]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging: comedi: usbdux: remove unnecessary tidy_up() calls
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 24 Jul 2013 21:08:43 +0000 (14:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 20:15:25 +0000 (13:15 -0700)
commit29d0c07428d590ad93fd4721ff0e2f8f5ca8f264
treee0f3585edac7edabb34529dfe648f0ce39d9d178
parentef1ee8cf126a84f5049c6dbf5dc3a350fdc84262
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 <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/usbdux.c