commit | f241e7497ec2d22b83002b17ae91a851d4034cb7 | [log] [tgz] |
---|---|---|
author | Jack Morgenstein <jackm@dev.mellanox.co.il> | Mon Jul 28 23:30:23 2014 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 30 14:00:06 2014 -0700 |
tree | 5d8179647f85be21bad567cdce578a78ca6de875 | |
parent | 9603b61de1eee92977d74ff42541be20c0c5b1a7 [diff] |
mlx5: minor fixes (mainly avoidance of hidden casts) There were many places where parameters which should be u8/u16 were integer type. Additionally, in 2 places, a check for a non-null pointer was added before dereferencing the pointer (this is actually a bug fix). Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>