diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-01-25 16:09:42 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-03-12 13:58:03 -0400 |
commit | a4976d688650b4593831fbffbb217f2d916b1aa0 (patch) | |
tree | 8c02efa60303f4282767a4ecf7698e771655a148 | |
parent | 1c9fbafc8c629c89183d6dccec67a8415513b0d1 (diff) |
[SCSI] osst: Remove SUGGEST flags
Fix up remaining bit of SUGGEST flag removal done by patch
commit 0f10274300857d98ea5ea4c800c561a9ad9ac89f
Author: Martin K. Petersen <martin.petersen@oracle.com>
Date: Sun Jan 4 03:14:11 2009 -0500
[SCSI] Remove SUGGEST flags
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r-- | drivers/scsi/osst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/osst.c b/drivers/scsi/osst.c index 0ea78d9a37db..8f21cbbd7aaf 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) | |||
280 | static int notyetprinted = 1; | 280 | static int notyetprinted = 1; |
281 | 281 | ||
282 | printk(KERN_WARNING | 282 | printk(KERN_WARNING |
283 | "%s:W: Warning %x (sugg. bt 0x%x, driver bt 0x%x, host bt 0x%x).\n", | 283 | "%s:W: Warning %x (driver bt 0x%x, host bt 0x%x).\n", |
284 | name, result, suggestion(result), driver_byte(result) & DRIVER_MASK, | 284 | name, result, driver_byte(result), |
285 | host_byte(result)); | 285 | host_byte(result)); |
286 | if (notyetprinted) { | 286 | if (notyetprinted) { |
287 | notyetprinted = 0; | 287 | notyetprinted = 0; |