Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136228
b: refs/heads/master
c: a4976d6
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed Mar 12, 2009
1 parent e069e01 commit 44d61a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c9fbafc8c629c89183d6dccec67a8415513b0d1
refs/heads/master: a4976d688650b4593831fbffbb217f2d916b1aa0
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/osst.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 44d61a1

Please sign in to comment.