Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23498
b: refs/heads/master
c: bc83455
h: refs/heads/master
v: v3
  • Loading branch information
Andrey Panin authored and Linus Torvalds committed Mar 25, 2006
1 parent 713e0af commit 0f29a72
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: b2fd16b4ff2508ac16ae994f4bcd941f97754c00
refs/heads/master: bc83455bc8336f57cd74d6e86b0f8fcad187d179
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/dmi_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static void __init dmi_save_devices(struct dmi_header *dm)
struct dmi_device *dev;

for (i = 0; i < count; i++) {
char *d = ((char *) dm) + (i * 2);
char *d = (char *)(dm + 1) + (i * 2);

/* Skip disabled device */
if ((*d & 0x80) == 0)
Expand Down

0 comments on commit 0f29a72

Please sign in to comment.