1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
This commit is contained in:
juhosg
2010-11-12 18:50:29 +00:00
parent fd4246150d
commit b6dbd83901
58 changed files with 340 additions and 340 deletions

View File

@@ -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;
}