From: Hauke Mehrtens Date: Wed, 30 May 2012 22:55:10 +0000 (+0200) Subject: compat-wireless: fix syntax error introduced recently X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b989253d548044e16b0b44f4a164965ca5ef91fa;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: fix syntax error introduced recently A closing parenthesis was accentually removed in this commit: ommit 86596a46269e9b317ef3ee92f21453320d855018 Author: Luis R. Rodriguez Date: Tue May 29 12:50:42 2012 -0700 compat-wireless: fix patches/24-pcmcia.patch for next-20120524 Signed-off-by: Hauke Mehrtens Signed-off-by: Luis R. Rodriguez --- diff --git a/patches/24-pcmcia.patch b/patches/24-pcmcia.patch index 7e6c16ed3b1c..5fcdc940e83b 100644 --- a/patches/24-pcmcia.patch +++ b/patches/24-pcmcia.patch @@ -29,7 +29,7 @@ } do { -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36) ++#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36)) unsigned int iobase = info->p_dev->resource[0]->start; +#else + unsigned int iobase = info->p_dev->io.BasePort1;