commit | 8fe73691f905a172fa6aa6800a9c08016c460b06 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Fri Aug 23 14:45:01 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 26 06:41:56 2013 -0700 |
tree | 475c7c92fcc8a2c4f46db69980df30a7abd92184 | |
parent | fcf26cff891930e62bc4cd208a6b679fb1a1f144 [diff] |
staging: comedi: comedi_bond: change return value of bonding_attach() `bonding_attach()` is the comedi "attach" handler for the driver. Any non-negative return value is treated as successful, but 0 is the preferred return value on success. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>