[PATCH] irq-flags: documentation: Use the new IRQF_ constants
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Cc: "David S. Miller" <davem@davemloft.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: "Randy.Dunlap" <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
65ca68b300
commit
6ce6c7faf2
@@ -976,7 +976,7 @@ static int camera_close(struct video_device *dev)
|
||||
<title>Interrupt Handling</title>
|
||||
<para>
|
||||
Our example handler is for an ISA bus device. If it was PCI you would be
|
||||
able to share the interrupt and would have set SA_SHIRQ to indicate a
|
||||
able to share the interrupt and would have set IRQF_SHARED to indicate a
|
||||
shared IRQ. We pass the device pointer as the interrupt routine argument. We
|
||||
don't need to since we only support one card but doing this will make it
|
||||
easier to upgrade the driver for multiple devices in the future.
|
||||
|
Reference in New Issue
Block a user