commit | 9d5d93e32a365f962fb26ebd19c0b4a392f38e64 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Jun 27 12:08:25 2012 +0300 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Jul 20 08:58:38 2012 +0100 |
tree | 80a96c1eb47ef1df23c6040a38fb39bc8716dfdb | |
parent | a5254dbb17dd22999f808e646780c32858a3eafa [diff] |
[SCSI] megaraid: cleanup type issue in mega_build_cmd() On 64 bit systems the current code sets 32 bits of "seg" and leaves the other 32 uninitialized. It doesn't matter since the variable is never used. But it's still messy and we should fix it. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Adam Radford <aradford@gmail.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>