From 8fe73691f905a172fa6aa6800a9c08016c460b06 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Fri, 23 Aug 2013 14:45:01 +0100 Subject: [PATCH] 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-format-patch failed