Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190133
b: refs/heads/master
c: 1482338
h: refs/heads/master
i:
  190131: 02887ab
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Apr 22, 2010
1 parent bc998d2 commit 009d76f
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: c81eddb0e3728661d1585fbc564449c94165cc36
refs/heads/master: 1482338f6242dbaea46039c5f1b4604a472b364b
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla4xxx/ql4_mbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ int qla4xxx_get_fwddb_entry(struct scsi_qla_host *ha,
if (conn_err_detail)
*conn_err_detail = mbox_sts[5];
if (tcp_source_port_num)
*tcp_source_port_num = (uint16_t) mbox_sts[6] >> 16;
*tcp_source_port_num = (uint16_t) (mbox_sts[6] >> 16);
if (connection_id)
*connection_id = (uint16_t) mbox_sts[6] & 0x00FF;
status = QLA_SUCCESS;
Expand Down

0 comments on commit 009d76f

Please sign in to comment.