kernel: swconfig: add a missing unlock in error path
[openwrt.git] / target / linux / omap24xx / patches-3.1 / 350-n8x0-gpioswitch-input.patch
index 22c7f20..563a919 100644 (file)
@@ -2,11 +2,11 @@
  arch/arm/mach-omap2/board-n8x0.c |   73 +++++++++++++++++++++++++++++++++++++++
  1 file changed, 73 insertions(+)
 
-Index: linux-3.1-rc4/arch/arm/mach-omap2/board-n8x0.c
+Index: linux-3.1/arch/arm/mach-omap2/board-n8x0.c
 ===================================================================
---- linux-3.1-rc4.orig/arch/arm/mach-omap2/board-n8x0.c        2011-10-29 20:35:58.476842416 +0200
-+++ linux-3.1-rc4/arch/arm/mach-omap2/board-n8x0.c     2011-10-29 20:36:02.012833998 +0200
-@@ -216,6 +216,77 @@ void __init n8x0_bt_init(void)
+--- linux-3.1.orig/arch/arm/mach-omap2/board-n8x0.c    2011-10-30 00:48:50.813042079 +0200
++++ linux-3.1/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 00:48:51.565042059 +0200
+@@ -316,6 +316,77 @@ void __init n8x0_bt_init(void)
                BUG();
  }
  
@@ -84,7 +84,7 @@ Index: linux-3.1-rc4/arch/arm/mach-omap2/board-n8x0.c
  static struct omap_gpio_switch n8x0_gpio_switches[] __initdata = {
        {
                .name                   = "headphone",
-@@ -237,11 +308,13 @@ static struct omap_gpio_switch n8x0_gpio
+@@ -337,11 +408,13 @@ static struct omap_gpio_switch n8x0_gpio
                .gpio                   = -1,
                .debounce_rising        = 200,
                .debounce_falling       = 200,
This page took 0.025682 seconds and 4 git commands to generate.