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:
@@ -31,11 +31,11 @@
|
||||
#undef PER_BIT_READ
|
||||
|
||||
struct ar71xx_spi {
|
||||
struct spi_bitbang bitbang;
|
||||
struct spi_bitbang bitbang;
|
||||
u32 ioc_base;
|
||||
u32 reg_ctrl;
|
||||
|
||||
void __iomem *base;
|
||||
void __iomem *base;
|
||||
|
||||
struct platform_device *pdev;
|
||||
u32 (*get_ioc_base)(u8 chip_select, int cs_high,
|
||||
@@ -234,7 +234,7 @@ static int ar71xx_spi_probe(struct platform_device *pdev)
|
||||
return 0;
|
||||
|
||||
iounmap(sp->base);
|
||||
err1:
|
||||
err1:
|
||||
platform_set_drvdata(pdev, NULL);
|
||||
spi_master_put(sp->bitbang.master);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user