Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5861
b: refs/heads/master
c: 518e654
h: refs/heads/master
i:
  5859: 9db27d9
v: v3
  • Loading branch information
Greg KH authored and Linus Torvalds committed Aug 18, 2005
1 parent b471f29 commit 290080d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 099d44e869f1886b5eb02a5145ca97b5e4142e28
refs/heads/master: 518e6540831c69422faecceee8f964bd439ac9d0
4 changes: 3 additions & 1 deletion trunk/drivers/base/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ static ssize_t driver_bind(struct device_driver *drv,
up(&dev->sem);
put_device(dev);
}
return err;
if (err)
return err;
return count;
}
static DRIVER_ATTR(bind, S_IWUSR, NULL, driver_bind);

Expand Down

0 comments on commit 290080d

Please sign in to comment.