Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83379
b: refs/heads/master
c: 73de76a
h: refs/heads/master
i:
  83377: 395c680
  83375: a7bf04c
v: v3
  • Loading branch information
Jeff Garzik authored and Linus Torvalds committed Feb 6, 2008
1 parent f4e3dc6 commit c8fe88a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ffce7a829d913f40678e0ccf2d87a8c2050261a0
refs/heads/master: 73de76a0a42efa173c29aff32e555ac6de992573
3 changes: 2 additions & 1 deletion trunk/sound/oss/sb_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,8 @@ int probe_sbmpu(struct address_info *hw_config, struct module *owner)
}
attach_mpu401(hw_config, owner);
if (last_sb->irq == -hw_config->irq)
last_sb->midi_irq_cookie=(void *)hw_config->slots[1];
last_sb->midi_irq_cookie =
(void *)(long) hw_config->slots[1];
return 1;
}
#endif
Expand Down

0 comments on commit c8fe88a

Please sign in to comment.