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:
e58cfec
)
compat-wireless: fix patches/24-pcmcia.patch
author
Luis R. Rodriguez
<mcgrof@frijolero.org>
Mon, 30 Apr 2012 17:26:13 +0000
(10:26 -0700)
committer
Luis R. Rodriguez
<mcgrof@frijolero.org>
Mon, 30 Apr 2012 17:26:13 +0000
(10:26 -0700)
The variable name to the data structure changed.
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/24-pcmcia.patch
patch
|
blob
|
history
diff --git
a/patches/24-pcmcia.patch
b/patches/24-pcmcia.patch
index edc3fcce55213ca1598781595f33ea0a5e26e33b..0d07aa71a38e45098dd0a69fa533d9579e0379f1 100644
(file)
--- a/
patches/24-pcmcia.patch
+++ b/
patches/24-pcmcia.patch
@@
-841,7
+841,7
@@
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35))
ret = request_irq(card->p_dev->irq, if_cs_interrupt,
+#else
-+ ret = request_irq(p_dev->irq.AssignedIRQ, if_cs_interrupt,
++ ret = request_irq(
card->
p_dev->irq.AssignedIRQ, if_cs_interrupt,
+#endif
IRQF_SHARED, DRV_NAME, card);
if (ret) {