Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316789
b: refs/heads/master
c: 9d5d93e
h: refs/heads/master
i:
  316787: a0464d2
v: v3
  • Loading branch information
Dan Carpenter authored and James Bottomley committed Jul 20, 2012
1 parent 3ca2b4c commit ab70d44
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: a5254dbb17dd22999f808e646780c32858a3eafa
refs/heads/master: 9d5d93e32a365f962fb26ebd19c0b4a392f38e64
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/megaraid.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ mega_build_cmd(adapter_t *adapter, Scsi_Cmnd *cmd, int *busy)
mega_passthru *pthru;
scb_t *scb;
mbox_t *mbox;
long seg;
u32 seg;
char islogical;
int max_ldrv_num;
int channel = 0;
Expand Down Expand Up @@ -858,7 +858,7 @@ mega_build_cmd(adapter_t *adapter, Scsi_Cmnd *cmd, int *busy)

/* Calculate Scatter-Gather info */
mbox->m_out.numsgelements = mega_build_sglist(adapter, scb,
(u32 *)&mbox->m_out.xferaddr, (u32 *)&seg);
(u32 *)&mbox->m_out.xferaddr, &seg);

return scb;

Expand Down

0 comments on commit ab70d44

Please sign in to comment.