commit | 61a28d2b690a8b6c383a075a12d62d711850f9d7 | [log] [tgz] |
---|---|---|
author | Christophe Jaillet <christophe.jaillet@wanadoo.fr> | Fri Aug 26 06:49:25 2016 +0200 |
committer | Doug Ledford <dledford@redhat.com> | Fri Aug 26 10:01:49 2016 -0400 |
tree | aece767d4e1be799dfb5f3a178a7ba3e4d4eafbf | |
parent | b71121b4b70a995c0b794026e84c880c4f26c361 [diff] |
IB/hfi1: Clean up type used and casting In all other places in this file where 'find_first_bit' is called, port_num is defined as a 'u8' and no casting is done. Do the same here in order to be more consistent. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Doug Ledford <dledford@redhat.com>