Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23081
b: refs/heads/master
c: eb8782e
h: refs/heads/master
i:
  23079: aa32ef6
v: v3
  • Loading branch information
Rene Herman authored and Linus Torvalds committed Mar 23, 2006
1 parent ce9f947 commit 6f4be68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: dd287796d608fcdc3fe5e8fdb5bf762a8f1bc32a
refs/heads/master: eb8782ef72758b8700963ef8b949f5c812e6d630
6 changes: 1 addition & 5 deletions trunk/drivers/pnp/pnpbios/rsparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,11 +448,7 @@ pnpbios_parse_resource_option_data(unsigned char * p, unsigned char * end, struc
break;

case SMALL_TAG_END:
if (option_independent != option)
printk(KERN_WARNING "PnPBIOS: Missing SMALL_TAG_ENDDEP tag\n");
p = p + 2;
return (unsigned char *)p;
break;
return p + 2;

default: /* an unkown tag */
len_err:
Expand Down

0 comments on commit 6f4be68

Please sign in to comment.