From: Arthur Jones Date: Thu, 17 Apr 2008 04:01:06 +0000 (-0700) Subject: IB/ipath: Fix sparse warning about pointer signedness X-Git-Tag: v2.6.26-rc1~1156^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ef6aee2f0ff111a2439b02b9d788097ca82f9d1;p=pandora-kernel.git IB/ipath: Fix sparse warning about pointer signedness There's no reason for the third parameter of ipath_count_units() to be a u32 *, so change it to be an int * instead. This fixes the sparse warning: drivers/infiniband/hw/ipath/ipath_file_ops.c:1654:47: warning: incorrect type in argument 3 (different signedness) drivers/infiniband/hw/ipath/ipath_file_ops.c:1654:47: expected unsigned int [usertype] *maxportsp drivers/infiniband/hw/ipath/ipath_file_ops.c:1654:47: got int * Signed-off-by: Arthur Jones Signed-off-by: Roland Dreier --- Reading git-diff-tree failed