From: Luciano Coelho Date: Wed, 16 May 2012 02:59:59 +0000 (+0300) Subject: wlcore: fix pointer print out in wl1271_acx_set_rx_filter() X-Git-Tag: v3.5-rc1~101^2~6^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3246a7fbc51abe9394df3c68c7d59ea821a1dce2;p=pandora-kernel.git wlcore: fix pointer print out in wl1271_acx_set_rx_filter() The debug print in wl1271_acx_set_rx_filter() was causing the following warning: CC drivers/net/wireless/ti/wlcore/acx.o drivers/net/wireless/ti/wlcore/acx.c: In function ‘wl1271_acx_set_rx_filter’: drivers/net/wireless/ti/wlcore/acx.c:1759:2: warning: cast from pointer to integer of different size Instead of casting the pointer to an integer, use %p to print it our instead. Reported-by: John W. Linville Signed-off-by: Luciano Coelho Signed-off-by: John W. Linville --- Reading git-diff-tree failed