Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282232
b: refs/heads/master
c: 3cb0a67
h: refs/heads/master
v: v3
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Dec 15, 2011
1 parent efde139 commit 9873662
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: c142caf0ab21fb57240b09138a95def1ca20ca0f
refs/heads/master: 3cb0a67d6d0f5af55ab9673893cd8e8148025331
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ qla25xx_copy_fce(struct qla_hw_data *ha, void *ptr, uint32_t **last_chain)

memcpy(iter_reg, ha->fce, ntohl(fcec->size));

return iter_reg;
return (char *)iter_reg + ntohl(fcec->size);
}

static inline void *
Expand Down

0 comments on commit 9873662

Please sign in to comment.