From: Ian Abbott Date: Fri, 23 Aug 2013 13:45:01 +0000 (+0100) Subject: staging: comedi: comedi_bond: change return value of bonding_attach() X-Git-Tag: v3.12-rc1~183^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe73691f905a172fa6aa6800a9c08016c460b06;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed