Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15667
b: refs/heads/master
c: cd453c6
h: refs/heads/master
i:
  15665: 2ccb166
  15663: 500fa6f
v: v3
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Dec 16, 2005
1 parent a292148 commit ae59c06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 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: 8f23d475581adac949315e3339421e12554932c9
refs/heads/master: cd453c6353ea30171d966fd1dd87c37b05bccee1
15 changes: 2 additions & 13 deletions trunk/drivers/scsi/ncr53c8xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2971,21 +2971,10 @@ struct host_data {

static void ncr_print_msg(struct ccb *cp, char *label, u_char *msg)
{
int i;
PRINT_ADDR(cp->cmd, "%s: ", label);

printk ("%x",*msg);
if (*msg == M_EXTENDED) {
for (i = 1; i < 8; i++) {
if (i - 1 > msg[1])
break;
printk ("-%x",msg[i]);
}
} else if ((*msg & 0xf0) == 0x20) {
printk ("-%x",msg[1]);
}

printk(".\n");
spi_print_msg(msg);
printk("\n");
}

/*==========================================================
Expand Down

0 comments on commit ae59c06

Please sign in to comment.