mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 14:06:48 +07:00
net: sungem: fix indentation, remove a tab
The declaration of variable 'found' is one level too deep, fix this by removing a tab. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
eedfb2234b
commit
bdbe8cc1a3
@ -2760,7 +2760,7 @@ static void get_gem_mac_nonobp(struct pci_dev *pdev, unsigned char *dev_addr)
|
||||
void __iomem *p = pci_map_rom(pdev, &size);
|
||||
|
||||
if (p) {
|
||||
int found;
|
||||
int found;
|
||||
|
||||
found = readb(p) == 0x55 &&
|
||||
readb(p + 1) == 0xaa &&
|
||||
|
Loading…
Reference in New Issue
Block a user