From: Jack Morgenstein Date: Mon, 28 Jul 2014 20:30:24 +0000 (+0300) Subject: mlx5: Adjust events to use unsigned long param instead of void * X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~59^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d2f9bbb654b91a262638ac2c84dcb169d014aa6;p=pandora-kernel.git mlx5: Adjust events to use unsigned long param instead of void * In the event flow, we currently pass only a port number in the void *data argument. Rather than pass a pointer to the event handlers, we should use an "unsigned long" parameter, and pass the port number value directly. In the future, if necessary for some events, we can use the unsigned long parameter to pass a pointer. Based on a patch by Eli Cohen Signed-off-by: Jack Morgenstein Signed-off-by: Eli Cohen Signed-off-by: David S. Miller --- Reading git-diff-tree failed