projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9db71a1
)
misc/tifm_7xx1: replace deprecated irq flag
author
Jeff Garzik
<jeff@garzik.org>
Fri, 1 Jun 2007 07:46:47 +0000
(
00:46
-0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 1 Jun 2007 15:18:28 +0000
(08:18 -0700)
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Cc: Alex Dubov <oakad@yahoo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/tifm_7xx1.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/misc/tifm_7xx1.c
b/drivers/misc/tifm_7xx1.c
index c08ad8f823d233657b9f076f8aee62b4135e0e3b..2d1b3df95c5bfbb138f5d0c509fe33345dc2a7b4 100644
(file)
--- a/
drivers/misc/tifm_7xx1.c
+++ b/
drivers/misc/tifm_7xx1.c
@@
-343,7
+343,7
@@
static int tifm_7xx1_probe(struct pci_dev *dev,
if (!fm->addr)
goto err_out_free;
- rc = request_irq(dev->irq, tifm_7xx1_isr,
SA_SHIRQ
, DRIVER_NAME, fm);
+ rc = request_irq(dev->irq, tifm_7xx1_isr,
IRQF_SHARED
, DRIVER_NAME, fm);
if (rc)
goto err_out_unmap;