sdhci_pci: style fix.
This commit is contained in:
@@ -308,8 +308,8 @@ SdhciBus::ExecuteCommand(uint8_t command, uint32_t argument, uint32_t* response)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (replyType == Command::kR1bType &&
|
if (replyType == Command::kR1bType
|
||||||
(fCommandResult & SDHCI_INT_TRANS_CMP == 0)) {
|
&& (fCommandResult & SDHCI_INT_TRANS_CMP) == 0) {
|
||||||
// R1b commands may use the data line so we must wait for the
|
// R1b commands may use the data line so we must wait for the
|
||||||
// "transfer complete" interrupt here.
|
// "transfer complete" interrupt here.
|
||||||
TRACE("Waiting for data line...\n");
|
TRACE("Waiting for data line...\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user