projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc69ce
)
Input: bf54x-keys - remove depreciated IRQF_SAMPLE_RANDOM flag
author
Michael Hennerich
<
[email protected]
>
Tue, 14 Apr 2009 17:38:36 +0000
(10:38 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Wed, 15 Apr 2009 15:58:23 +0000
(08:58 -0700)
Signed-off-by: Michael Hennerich <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/keyboard/bf54x-keys.c
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/bf54x-keys.c
b/drivers/input/keyboard/bf54x-keys.c
index e94b7d735aca177fc94518e6b31f2dd16878653d..d427f322e2079635ab8dbfca89e2b17e5af78b06 100644
(file)
--- a/
drivers/input/keyboard/bf54x-keys.c
+++ b/
drivers/input/keyboard/bf54x-keys.c
@@
-252,7
+252,7
@@
static int __devinit bfin_kpad_probe(struct platform_device *pdev)
}
error = request_irq(bf54x_kpad->irq, bfin_kpad_isr,
-
IRQF_SAMPLE_RANDOM
, DRV_NAME, pdev);
+
0
, DRV_NAME, pdev);
if (error) {
printk(KERN_ERR DRV_NAME
": unable to claim irq %d; error %d\n",