From: Roland Dreier Date: Mon, 1 Jul 2013 21:15:17 +0000 (-0700) Subject: mlx5: Fix parameter type of health_handler_t X-Git-Tag: v3.11-rc1~16^2~1^4~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63884c90ffa3f73a81b81f169c51c34d2b9cf75e;p=pandora-kernel.git mlx5: Fix parameter type of health_handler_t This deals with the sparse warning: drivers/net/ethernet/mellanox/mlx5/core/health.c:94:54: warning: incorrect type in argument 2 (different address spaces) drivers/net/ethernet/mellanox/mlx5/core/health.c:94:54: expected void *buf drivers/net/ethernet/mellanox/mlx5/core/health.c:94:54: got struct health_buffer [noderef] *health Signed-off-by: Roland Dreier --- Reading git-diff-tree failed