Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3875
b: refs/heads/master
c: 8d45168
h: refs/heads/master
i:
  3873: df8ba4b
  3871: 8fb6406
v: v3
  • Loading branch information
Wen-chien Jesse Sung authored and Linus Torvalds committed Jun 29, 2005
1 parent 221d3a5 commit 44b4a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7e568e62e9d4674d487cdc11f369e49e56ce6703
refs/heads/master: 8d451687ca57371d303c5554b377d7f5c2ac6ae0
2 changes: 1 addition & 1 deletion trunk/fs/char_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ __unregister_chrdev_region(unsigned major, unsigned baseminor, int minorct)
struct char_device_struct *cd = NULL, **cp;
int i = major_to_index(major);

up(&chrdevs_lock);
down(&chrdevs_lock);
for (cp = &chrdevs[i]; *cp; cp = &(*cp)->next)
if ((*cp)->major == major &&
(*cp)->baseminor == baseminor &&
Expand Down

0 comments on commit 44b4a4b

Please sign in to comment.