git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91fcd41
)
do not truncate irq number for icom adapter
author
Olaf Hering
<olaf@aepfle.de>
Mon, 23 Apr 2007 21:41:15 +0000
(14:41 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 24 Apr 2007 15:23:08 +0000
(08:23 -0700)
irq values are u32, not u8. Large irq numbers will be truncated,
free_irq may free a different irq.
Remove incorrectly sized struct member and use the one from pci_dev.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found