From: Jack Morgenstein Date: Mon, 28 Jul 2014 20:30:23 +0000 (+0300) Subject: mlx5: minor fixes (mainly avoidance of hidden casts) X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~59^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f241e7497ec2d22b83002b17ae91a851d4034cb7;p=pandora-kernel.git 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 Signed-off-by: Eli Cohen Signed-off-by: David S. Miller --- Reading git-diff-tree failed