[SCSI] mpt fusion: Change call back indices to u8 from int
authorPrakash, Sathya <sathya.prakash@lsi.com>
Tue, 14 Aug 2007 10:42:53 +0000 (16:12 +0530)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:40:43 +0000 (14:40 -0400)
commitf606f5718fa5a36e400000f91c44a5725b0f005d
tree0d51211948c5499ec44f645f7f816bd8f99fec31
parent7a195f464e0692607aca8150c8489a838fab684b
[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 <sathya.prakash@lsi.com>
Acked-by: Eric Moore <Eric.Moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/message/fusion/mptbase.c
drivers/message/fusion/mptbase.h
drivers/message/fusion/mptctl.c
drivers/message/fusion/mptfc.c
drivers/message/fusion/mptlan.c
drivers/message/fusion/mptsas.c
drivers/message/fusion/mptspi.c