Commit bad854ae authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] NCR5380 unbalanced curly brace

Fix inbalance of curly braces if AUTOSENSE is not defined.
parent 7a7aa43f
......@@ -2489,8 +2489,9 @@ static void NCR5380_information_transfer(struct Scsi_Host *instance) {
hostdata->issue_queue;
hostdata->issue_queue = (Scsi_Cmnd *) cmd;
dprintk(NDEBUG_QUEUES, ("scsi%d : REQUEST SENSE added to head of issue queue\n", instance->host_no));
} else {
} else
#endif /* def AUTOSENSE */
{
collect_stats(hostdata, cmd);
cmd->scsi_done(cmd);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment