2012-05-30 22:55:18

by Hauke Mehrtens

[permalink] [raw]
Subject: [PATCH] compat-wireless: fix syntax error introduced recently

A closing parenthesis was accentually removed in this commit:
ommit 86596a46269e9b317ef3ee92f21453320d855018
Author: Luis R. Rodriguez <[email protected]>
Date: Tue May 29 12:50:42 2012 -0700

compat-wireless: fix patches/24-pcmcia.patch for next-20120524

Signed-off-by: Hauke Mehrtens <[email protected]>
---
patches/24-pcmcia.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/24-pcmcia.patch b/patches/24-pcmcia.patch
index 7e6c16e..5fcdc94 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;
--
1.7.9.5



2012-06-11 19:49:40

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH] compat-wireless: fix syntax error introduced recently

On Wed, May 30, 2012 at 3:55 PM, Hauke Mehrtens <[email protected]> wrote:
> A closing parenthesis was accentually removed in this commit:
> ommit 86596a46269e9b317ef3ee92f21453320d855018
> Author: Luis R. Rodriguez <[email protected]>
> Date:   Tue May 29 12:50:42 2012 -0700
>
>    compat-wireless: fix patches/24-pcmcia.patch for next-20120524
>
> Signed-off-by: Hauke Mehrtens <[email protected]>

Applied and pushed, thanks!

Luis