]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: usbduxfast: tidy up usbduxfastsub_unlink_InURBs()
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 14 May 2013 20:38:00 +0000 (13:38 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 23:24:27 +0000 (16:24 -0700)
commitcb8c0034781388e5213d766b7509b2330f57e652
tree331da9d16b113b5f1b5284464a5ca1f33a981626
parent665ff8d3e968c08ea2f6a55bd1a71ac24c8d6d39
staging: comedi: usbduxfast: tidy up usbduxfastsub_unlink_InURBs()

Rename this function so it has namespace associated with the driver.

Remove the local variables 'j' and 'ret'. They are not used and the
function always returns '0'.

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/usbduxfast.c