Skip to content
Snippets Groups Projects
Commit 96a3c989 authored by Marek Behún's avatar Marek Behún Committed by Stefan Roese
Browse files

arm: a37xx: pci: Cosmetic change


Update indentation in driver's private structure.

Signed-off-by: default avatarMarek Behún <marek.behun@nic.cz>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
parent 1d7ad685
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment