compat-wireless: fix syntax error introduced recently
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 30 May 2012 22:55:10 +0000 (00:55 +0200)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 11 Jun 2012 19:49:02 +0000 (12:49 -0700)
A closing parenthesis was accentually removed in this commit:
ommit 86596a46269e9b317ef3ee92f21453320d855018
Author: Luis R. Rodriguez <mcgrof@frijolero.org>
Date:   Tue May 29 12:50:42 2012 -0700

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

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/24-pcmcia.patch

index 7e6c16ed3b1c520ce0620bea9fa511b90973d29d..5fcdc940e83bfa23735a6fae2a0aecdbd2883137 100644 (file)
@@ -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;