Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363173
b: refs/heads/master
c: 5ed0505
h: refs/heads/master
i:
  363171: 807bf8c
v: v3
  • Loading branch information
Damian Hobson-Garcia authored and Greg Kroah-Hartman committed Mar 29, 2013
1 parent 194e174 commit 706f2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f4f2302a11173d0ef84bbab4b887b9b50c31dc6
refs/heads/master: 5ed0505c713805f89473cdc0bbfb5110dfd840cb
1 change: 1 addition & 0 deletions trunk/drivers/uio/uio.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ static int uio_get_minor(struct uio_device *idev)
retval = idr_alloc(&uio_idr, idev, 0, UIO_MAX_DEVICES, GFP_KERNEL);
if (retval >= 0) {
idev->minor = retval;
retval = 0;
} else if (retval == -ENOSPC) {
dev_err(idev->dev, "too many uio devices\n");
retval = -EINVAL;
Expand Down

0 comments on commit 706f2f4

Please sign in to comment.