Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25193
b: refs/heads/master
c: 99cee0c
h: refs/heads/master
i:
  25191: 213e8a3
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Mar 31, 2006
1 parent 6a1a76f commit 70e6696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 5df0d312413d920628f149421d7b0a3994684620
refs/heads/master: 99cee0cd7560fc4e7f3646ee18d90e328bd1cb32
3 changes: 1 addition & 2 deletions trunk/fs/sysfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ const unsigned char * sysfs_get_name(struct sysfs_dirent *sd)
struct bin_attribute * bin_attr;
struct sysfs_symlink * sl;

if (!sd || !sd->s_element)
BUG();
BUG_ON(!sd || !sd->s_element);

switch (sd->s_type) {
case SYSFS_DIR:
Expand Down

0 comments on commit 70e6696

Please sign in to comment.