aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/gpio
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-11-12 18:50:29 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-11-12 18:50:29 +0000
commit7832529d3fbbe20a07e5e2111ab67542500da007 (patch)
tree6636bb51d032be5cc750361b9e63af378b148a41 /target/linux/ar71xx/files/drivers/gpio
parent7e6b8b68bbb6a4a910cedd1b953891aeeaab8c75 (diff)
downloadmaster-187ad058-7832529d3fbbe20a07e5e2111ab67542500da007.tar.gz
master-187ad058-7832529d3fbbe20a07e5e2111ab67542500da007.tar.bz2
master-187ad058-7832529d3fbbe20a07e5e2111ab67542500da007.zip
ar71xx: fix whitespaces nits
(build error has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23975 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/drivers/gpio')
-rw-r--r--target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c b/target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c
index 0c2d30ef76..a5fec5ca7d 100644
--- a/target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c
+++ b/target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c
@@ -179,15 +179,15 @@ static int __devinit nxp_74hc153_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, nxp);
return 0;
- err_free_2y:
+err_free_2y:
gpio_free(pdata->gpio_pin_2y);
- err_free_1y:
+err_free_1y:
gpio_free(pdata->gpio_pin_1y);
- err_free_s1:
+err_free_s1:
gpio_free(pdata->gpio_pin_s1);
- err_free_s0:
+err_free_s0:
gpio_free(pdata->gpio_pin_s0);
- err_free_nxp:
+err_free_nxp:
kfree(nxp);
return err;
}