Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316104
b: refs/heads/master
c: b631cf1
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Wilczynski authored and Jiri Kosina committed Jul 20, 2012
1 parent d803f00 commit 47984b9
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: 90b24cfb42fc5c0366a0555fd5236e9f84f86d2c
refs/heads/master: b631cf1f899f9d2e449884dbccc34940637c639f
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/aha152x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2984,8 +2984,8 @@ static int get_command(char *pos, Scsi_Cmnd * ptr)
char *start = pos;
int i;

SPRINTF("0x%08x: target=%d; lun=%d; cmnd=( ",
(unsigned int) ptr, ptr->device->id, ptr->device->lun);
SPRINTF("%p: target=%d; lun=%d; cmnd=( ",
ptr, ptr->device->id, ptr->device->lun);

for (i = 0; i < COMMAND_SIZE(ptr->cmnd[0]); i++)
SPRINTF("0x%02x ", ptr->cmnd[i]);
Expand Down

0 comments on commit 47984b9

Please sign in to comment.