Add missing ";"

found by:	jmg
This commit is contained in:
Søren Schmidt 2006-04-17 10:47:01 +00:00
parent ae2772f800
commit 305a0b7123

View File

@ -270,7 +270,7 @@ ata_completed(void *context, int dummy)
return;
}
if (request->flags & ATA_R_DANGER1)
request->flags |= ATA_R_DANGER2
request->flags |= ATA_R_DANGER2;
ATA_DEBUG_RQ(request, "completed entered");