Skip to content

Commit

Permalink
[SCSI] mpt fusion: Change call back indices to u8 from int
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Prakash, Sathya authored and James Bottomley committed Oct 12, 2007
1 parent 7a195f4 commit f606f57
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 144 deletions.
Loading

0 comments on commit f606f57

Please sign in to comment.