On Sun, 2009-01-04 at 03:14 -0500, Martin K. Petersen wrote: > The SUGGEST_* flags in the SCSI command result have been out of fashion > for a while and we don't actually use them in the error handling. > Remove the remaining occurrences. You forgot osst.c I think this fixes it. James --- diff --git a/drivers/scsi/osst.c b/drivers/scsi/osst.c index 0ea78d9..8f21cbb 100644 --- a/drivers/scsi/osst.c +++ b/drivers/scsi/osst.c @@ -280,8 +280,8 @@ static int osst_chk_result(struct osst_tape * STp, struct osst_request * SRpnt) static int notyetprinted = 1; printk(KERN_WARNING - "%s:W: Warning %x (sugg. bt 0x%x, driver bt 0x%x, host bt 0x%x).\n", - name, result, suggestion(result), driver_byte(result) & DRIVER_MASK, + "%s:W: Warning %x (driver bt 0x%x, host bt 0x%x).\n", + name, result, driver_byte(result), host_byte(result)); if (notyetprinted) { notyetprinted = 0; -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html