diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-11-12 18:50:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-11-12 18:50:29 +0000 |
commit | 500fac17357c37f07b9e8535b44d355d442b3b55 (patch) | |
tree | 3455cbcd7a3fb0258bdfbc05f4ac83979e12334f /target/linux/ar71xx/files/drivers/gpio | |
parent | 7fad1dae857560b400794ff2727a527ae3cfa750 (diff) | |
download | mtk-20170518-500fac17357c37f07b9e8535b44d355d442b3b55.zip mtk-20170518-500fac17357c37f07b9e8535b44d355d442b3b55.tar.gz mtk-20170518-500fac17357c37f07b9e8535b44d355d442b3b55.tar.bz2 |
ar71xx: fix whitespaces nits
(build error has been fixed - juhosg)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
SVN-Revision: 23975
Diffstat (limited to 'target/linux/ar71xx/files/drivers/gpio')
-rw-r--r-- | target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c | 10 |
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 0c2d30e..a5fec5c 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; } |