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:
47bb789
)
[PATCH] request_irq(): remove warnings from irq probing
author
Andrew Morton
<akpm@osdl.org>
Fri, 28 Apr 2006 01:39:18 +0000
(18:39 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 28 Apr 2006 15:33:46 +0000
(08:33 -0700)
- Add new SA_PROBEIRQ which suppresses the new sharing-mismatch warning.
Some drivers like to use request_irq() to find an unused interrupt slot.
- Use it in i82365.c
- Kill unused SA_PROBE.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found