commit | f606f5718fa5a36e400000f91c44a5725b0f005d | [log] [tgz] |
---|---|---|
author | Prakash, Sathya <[email protected]> | Tue Aug 14 16:12:53 2007 +0530 |
committer | James Bottomley <[email protected]> | Fri Oct 12 14:40:43 2007 -0400 |
tree | 0d51211948c5499ec44f645f7f816bd8f99fec31 | |
parent | 7a195f464e0692607aca8150c8489a838fab684b [diff] |
[SCSI] mpt fusion: Change call back indices to u8 from int The call back index requires only u8 but in lot of places it is referred as int, now everywhere the call back index variables are declared as u8 with uniform name cb_idx signed-off-by: Sathya Prakash <[email protected]> Acked-by: Eric Moore <[email protected]> Signed-off-by: James Bottomley <[email protected]>