arm: a37xx: pci: Cosmetic change
Update indentation in driver's private structure. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
committed by
Stefan Roese
parent
1d7ad68559
commit
96a3c989dc
@@ -196,13 +196,13 @@
|
||||
* @device: The pointer to PCI uclass device.
|
||||
*/
|
||||
struct pcie_advk {
|
||||
void *base;
|
||||
int first_busno;
|
||||
int sec_busno;
|
||||
struct udevice *dev;
|
||||
struct gpio_desc reset_gpio;
|
||||
u32 cfgcache[0x34 - 0x10];
|
||||
bool cfgcrssve;
|
||||
void *base;
|
||||
int first_busno;
|
||||
int sec_busno;
|
||||
struct udevice *dev;
|
||||
struct gpio_desc reset_gpio;
|
||||
u32 cfgcache[0x34 - 0x10];
|
||||
bool cfgcrssve;
|
||||
};
|
||||
|
||||
static inline void advk_writel(struct pcie_advk *pcie, uint val, uint reg)
|
||||
|
||||
Reference in New Issue
Block a user