s
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Jaillet <christophe.jaillet@wanadoo.fr>2016-08-26 06:49:25 +0200
committerDoug Ledford <dledford@redhat.com>2016-08-26 10:01:49 -0400
commit61a28d2b690a8b6c383a075a12d62d711850f9d7 (patch)
treeaece767d4e1be799dfb5f3a178a7ba3e4d4eafbf
parentb71121b4b70a995c0b794026e84c880c4f26c361 (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>