ar71xx: fix a typo in the ar724x PCI code

SVN-Revision: 17806
v19.07.3_mercusys_ac12_duma
Gabor Juhos 15 years ago
parent ef368dfc05
commit 2e09669095

@ -75,7 +75,7 @@ static void ar724x_pci_write(void __iomem *base, int where, int size, u32 value)
data |= ((value & 0xFF) << s);
break;
case 2:
s = ((where & 2) << 4);
s = ((where & 2) << 3);
data &= ~(0xFFFF << s);
data |= ((value & 0xFFFF) << s);
break;

Loading…
Cancel
Save