mvsas: fix misleading indentation
am: 61fbad6a28
Change-Id: I5422457ab66bd8a08f22fae79351dc7133d4f225
This commit is contained in:
commit
03c7b939b1
1 changed files with 2 additions and 2 deletions
|
@ -737,8 +737,8 @@ static int mvs_task_prep(struct sas_task *task, struct mvs_info *mvi, int is_tmf
|
|||
mv_dprintk("device %016llx not ready.\n",
|
||||
SAS_ADDR(dev->sas_addr));
|
||||
|
||||
rc = SAS_PHY_DOWN;
|
||||
return rc;
|
||||
rc = SAS_PHY_DOWN;
|
||||
return rc;
|
||||
}
|
||||
tei.port = dev->port->lldd_port;
|
||||
if (tei.port && !tei.port->port_attached && !tmf) {
|
||||
|
|
Loading…
Add table
Reference in a new issue