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 | fa31c1ff0621abd411f259ebbb47eea41196e021 (patch) | |
tree | 530c457ee38e2b0880d49c9eea870c1b5fffa507 /target/linux/brcm2708 | |
parent | dcae68fe917b07faafbc90a320809e06beecde84 (diff) | |
download | upstream-fa31c1ff0621abd411f259ebbb47eea41196e021.tar.gz upstream-fa31c1ff0621abd411f259ebbb47eea41196e021.tar.bz2 upstream-fa31c1ff0621abd411f259ebbb47eea41196e021.zip |
[targets] get rid of the IRQF_SAMPLE_RANDOM flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33558 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/patches-3.3/0005-bcm2708-vchiq-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/patches-3.3/0005-bcm2708-vchiq-driver.patch b/target/linux/brcm2708/patches-3.3/0005-bcm2708-vchiq-driver.patch index bee41d712e..47c6d8e875 100644 --- a/target/linux/brcm2708/patches-3.3/0005-bcm2708-vchiq-driver.patch +++ b/target/linux/brcm2708/patches-3.3/0005-bcm2708-vchiq-driver.patch @@ -414,7 +414,7 @@ Signed-off-by: popcornmix <popcornmix@gmail.com> + } + + err = request_irq(VCHIQ_DOORBELL_IRQ, vchiq_doorbell_irq, -+ IRQF_SAMPLE_RANDOM | IRQF_IRQPOLL, "VCHIQ doorbell", ++ IRQF_IRQPOLL, "VCHIQ doorbell", + state); + if (err < 0) + { |