diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-09-26 12:53:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-09-26 12:53:58 +0000 |
commit | 4a67ccb16328fcc54a964a48ab54ad2dfe66ae42 (patch) | |
tree | 077ccbc48d37655215605b79e41f40c7a220fd34 /target/linux/atheros/patches-3.3 | |
parent | 60eec72adbbe6d8e45a6a5a6b4d25b2b6c46c450 (diff) | |
download | upstream-4a67ccb16328fcc54a964a48ab54ad2dfe66ae42.tar.gz upstream-4a67ccb16328fcc54a964a48ab54ad2dfe66ae42.tar.bz2 upstream-4a67ccb16328fcc54a964a48ab54ad2dfe66ae42.zip |
get rid of the IRQF_SAMPLE_RANDOM flag
SVN-Revision: 33558
Diffstat (limited to 'target/linux/atheros/patches-3.3')
-rw-r--r-- | target/linux/atheros/patches-3.3/110-ar2313_ethernet.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.3/110-ar2313_ethernet.patch b/target/linux/atheros/patches-3.3/110-ar2313_ethernet.patch index 47c9dd622b..838ea8936f 100644 --- a/target/linux/atheros/patches-3.3/110-ar2313_ethernet.patch +++ b/target/linux/atheros/patches-3.3/110-ar2313_ethernet.patch @@ -744,7 +744,7 @@ + */ + ecode = + request_irq(dev->irq, &ar231x_interrupt, -+ IRQF_DISABLED | IRQF_SAMPLE_RANDOM, ++ IRQF_DISABLED, + dev->name, dev); + if (ecode) { + printk(KERN_WARNING "%s: %s: Requested IRQ %d is busy\n", |