projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5685ad5
)
uio: Remove IRQF_DISABLED from uio_sercos3.c
author
Hans J. Koch
<hjk@linutronix.de>
Wed, 9 Jun 2010 23:15:49 +0000
(
01:15
+0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 5 Aug 2010 20:53:33 +0000
(13:53 -0700)
Remove IRQF_DISABLED since it is deprecated and a no-op in the
current kernel.
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Acked-by: John Ogness <john.ogness@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/uio/uio_sercos3.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/uio/uio_sercos3.c
b/drivers/uio/uio_sercos3.c
index 3d461cd73e6b5bf9487a5e6662dbbc3da538a338..a187fa14c5c084d54dcd687e908f8dc43817a55c 100644
(file)
--- a/
drivers/uio/uio_sercos3.c
+++ b/
drivers/uio/uio_sercos3.c
@@
-154,7
+154,7
@@
static int __devinit sercos3_pci_probe(struct pci_dev *dev,
info->name = "Sercos_III_PCI";
info->version = "0.0.1";
info->irq = dev->irq;
- info->irq_flags = IRQF_
DISABLED | IRQF_
SHARED;
+ info->irq_flags = IRQF_SHARED;
info->handler = sercos3_handler;
info->irqcontrol = sercos3_irqcontrol;