Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61238
b: refs/heads/master
c: add0b43
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt authored and Artem Bityutskiy committed Jul 18, 2007
1 parent f42a249 commit aed9ecb
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: 784c145444e7dd58ae740d406155b72ac658f151
refs/heads/master: add0b43ca67bf281ef7ac8ab47e9ee7b2d97a69f
1 change: 1 addition & 0 deletions trunk/drivers/mtd/ubi/cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ static struct ubi_device *major_to_device(int major)
if (ubi_devices[i] && ubi_devices[i]->major == major)
return ubi_devices[i];
BUG();
return NULL;
}

/**
Expand Down

0 comments on commit aed9ecb

Please sign in to comment.