Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80582
b: refs/heads/master
c: 149d6ba
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori authored and James Bottomley committed Jan 30, 2008
1 parent 2f329ba commit 87371d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c1c9ce52c8674a981af5104e16f3d63f76521563
refs/heads/master: 149d6bafc4f19784798cf5154bd1f5ff7e407194
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ncr53c8xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -4967,7 +4967,7 @@ void ncr_complete (struct ncb *np, struct ccb *cp)
sizeof(cp->sense_buf)));

if (DEBUG_FLAGS & (DEBUG_RESULT|DEBUG_TINY)) {
u_char * p = (u_char*) & cmd->sense_buffer;
u_char *p = cmd->sense_buffer;
int i;
PRINT_ADDR(cmd, "sense data:");
for (i=0; i<14; i++) printk (" %x", *p++);
Expand Down

0 comments on commit 87371d0

Please sign in to comment.