staging: comedi: drivers: fix return value of comedi_load_firmware()
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 10 Dec 2013 23:31:25 +0000 (16:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Dec 2013 21:05:53 +0000 (13:05 -0800)
commitc6236c0ce39c809c336ca929f68cf8ad02cf94e0
tree40af5aa6b9f1f2266de5d9eed11f09b11a5f7e6c
parent0283f7a100882684ad32b768f9f1ad81658a0b92
staging: comedi: drivers: fix return value of comedi_load_firmware()

Some of the callback functions that upload the firmware in the comedi
drivers return a positive value indicating the number of bytes sent
to the device. Detect this condition and just return '0' to indicate
a successful upload.

Reported-by: Bernd Porr <mail@berndporr.me.uk>
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Ian Abbott <abbotti@mev.co.uk>
Acked-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers.c