aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/base/dd.c')
-rw-r--r--drivers/base/dd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/base/dd.c b/drivers/base/dd.c
index eab2030c506d..6db3a789c54f 100644
--- a/drivers/base/dd.c
+++ b/drivers/base/dd.c
@@ -119,7 +119,8 @@ static int __device_attach(struct device_driver * drv, void * data)
119 * driver_probe_device() for each pair. If a compatible 119 * driver_probe_device() for each pair. If a compatible
120 * pair is found, break out and return. 120 * pair is found, break out and return.
121 * 121 *
122 * Returns 1 if the device was bound to a driver; 0 otherwise. 122 * Returns 1 if the device was bound to a driver;
123 * 0 if no matching device was found; error code otherwise.
123 */ 124 */
124int device_attach(struct device * dev) 125int device_attach(struct device * dev)
125{ 126{