projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4776c73
)
ARM: i.MX27 pca100: remove deprecated IRQF_DISABLED
author
Juan Solano
<jsm@jsolano.com>
Wed, 7 May 2014 15:09:59 +0000
(17:09 +0200)
committer
Shawn Guo
<shawn.guo@freescale.com>
Mon, 12 May 2014 14:58:51 +0000
(22:58 +0800)
This flag is a NOOP and can be removed now.
Signed-off-by: Juan Solano <jsm@jsolano.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/mach-pca100.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-imx/mach-pca100.c
b/arch/arm/mach-imx/mach-pca100.c
index bf3ac51d5acae7441e608c8640bfe77c77d2ca26..20e7c331f1827f20a7ebda01a0157e57382edd1f 100644
(file)
--- a/
arch/arm/mach-imx/mach-pca100.c
+++ b/
arch/arm/mach-imx/mach-pca100.c
@@
-245,8
+245,7
@@
static int pca100_sdhc2_init(struct device *dev, irq_handler_t detect_irq,
int ret;
ret = request_irq(gpio_to_irq(IMX_GPIO_NR(3, 29)), detect_irq,
- IRQF_DISABLED | IRQF_TRIGGER_FALLING,
- "imx-mmc-detect", data);
+ IRQF_TRIGGER_FALLING, "imx-mmc-detect", data);
if (ret)
printk(KERN_ERR
"pca100: Failed to request irq for sd/mmc detection\n");