commit | 179fb0c726fa34a1ecbb9385a01c704babb9c0ab | [log] [tgz] |
---|---|---|
author | Olaf Hering <olaf@aepfle.de> | Mon Apr 23 14:41:15 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Apr 24 08:23:08 2007 -0700 |
tree | 164908cddcbb1426f1c0f320649186e334c01289 | |
parent | 91fcd412e957f433e9f1abeb0b1926dbeb66ca80 [diff] |
do not truncate irq number for icom adapter 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>