MFp4:
o Fix small style nit. This was supposed to be part of the last batch of style fixes, but somehow didn't get merged.
This commit is contained in:
parent
b20360c8e6
commit
a4bbd12ff1
@ -717,7 +717,7 @@ pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes)
|
||||
&& reg <= PCI_REGMAX
|
||||
&& bytes != 3
|
||||
&& (unsigned) bytes <= 4
|
||||
&& (reg & (bytes -1)) == 0) {
|
||||
&& (reg & (bytes - 1)) == 0) {
|
||||
switch (cfgmech) {
|
||||
case 1:
|
||||
outl(CONF1_ADDR_PORT, (1 << 31)
|
||||
|
@ -717,7 +717,7 @@ pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes)
|
||||
&& reg <= PCI_REGMAX
|
||||
&& bytes != 3
|
||||
&& (unsigned) bytes <= 4
|
||||
&& (reg & (bytes -1)) == 0) {
|
||||
&& (reg & (bytes - 1)) == 0) {
|
||||
switch (cfgmech) {
|
||||
case 1:
|
||||
outl(CONF1_ADDR_PORT, (1 << 31)
|
||||
|
@ -717,7 +717,7 @@ pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes)
|
||||
&& reg <= PCI_REGMAX
|
||||
&& bytes != 3
|
||||
&& (unsigned) bytes <= 4
|
||||
&& (reg & (bytes -1)) == 0) {
|
||||
&& (reg & (bytes - 1)) == 0) {
|
||||
switch (cfgmech) {
|
||||
case 1:
|
||||
outl(CONF1_ADDR_PORT, (1 << 31)
|
||||
|
Loading…
x
Reference in New Issue
Block a user