mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Fix indentation.
This commit is contained in:
parent
d1f7bcb5a2
commit
748ef1915a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114218
@ -1085,20 +1085,20 @@ fwohci_txd(struct fwohci_softc *sc, struct fwohci_dbch *dbch)
|
||||
printf("already rcvd\n");
|
||||
fw_xfer_done(xfer);
|
||||
} else {
|
||||
xfer->state = FWXF_SENT;
|
||||
if (err == EBUSY && fc->status != FWBUSRESET) {
|
||||
xfer->state = FWXF_BUSY;
|
||||
xfer->resp = err;
|
||||
if (xfer->retry_req != NULL)
|
||||
xfer->retry_req(xfer);
|
||||
else
|
||||
xfer->state = FWXF_SENT;
|
||||
if (err == EBUSY && fc->status != FWBUSRESET) {
|
||||
xfer->state = FWXF_BUSY;
|
||||
xfer->resp = err;
|
||||
if (xfer->retry_req != NULL)
|
||||
xfer->retry_req(xfer);
|
||||
else
|
||||
fw_xfer_done(xfer);
|
||||
} else if (stat != FWOHCIEV_ACKPEND) {
|
||||
if (stat != FWOHCIEV_ACKCOMPL)
|
||||
xfer->state = FWXF_SENTERR;
|
||||
xfer->resp = err;
|
||||
fw_xfer_done(xfer);
|
||||
} else if (stat != FWOHCIEV_ACKPEND) {
|
||||
if (stat != FWOHCIEV_ACKCOMPL)
|
||||
xfer->state = FWXF_SENTERR;
|
||||
xfer->resp = err;
|
||||
fw_xfer_done(xfer);
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
* The watchdog timer takes care of split
|
||||
|
Loading…
Reference in New Issue
Block a user