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:
@@ -384,12 +384,12 @@ int __init ar724x_pcibios_init(void)
|
||||
|
||||
return 0;
|
||||
|
||||
err_unmap_ctrl:
|
||||
err_unmap_ctrl:
|
||||
iounmap(ar724x_pci_ctrl_base);
|
||||
err_unmap_devcfg:
|
||||
err_unmap_devcfg:
|
||||
iounmap(ar724x_pci_devcfg_base);
|
||||
err_unmap_localcfg:
|
||||
err_unmap_localcfg:
|
||||
iounmap(ar724x_pci_localcfg_base);
|
||||
err:
|
||||
err:
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user