Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101534
b: refs/heads/master
c: 8f33399
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and James Bottomley committed Jul 12, 2008
1 parent 2ab1ac8 commit 26885ab
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: 3a12b199fc820a52b8321c2b35172a1b3651120d
refs/heads/master: 8f333991ba8479fe8a9d72aea978db415e3c2f2a
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libiscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ static void iscsi_scsi_cmd_rsp(struct iscsi_conn *conn, struct iscsi_hdr *hdr,
goto out;
}

senselen = be16_to_cpu(get_unaligned((__be16 *) data));
senselen = get_unaligned_be16(data);
if (datalen < senselen)
goto invalid_datalen;

Expand Down

0 comments on commit 26885ab

Please sign in to comment.