From: John W. Linville Date: Tue, 10 Aug 2010 17:08:11 +0000 (-0400) Subject: ipw2100: avoid warning from pointer cast in call to IPW_DEBUG_TX X-Git-Tag: v2.6.37-rc1~147^2~679^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa0d52c5e7f352ce9725c8940fe2458f2c04e049;p=pandora-kernel.git ipw2100: avoid warning from pointer cast in call to IPW_DEBUG_TX drivers/net/wireless/ipw2x00/ipw2100.c: In function 'ipw2100_tx_send_commands': drivers/net/wireless/ipw2x00/ipw2100.c:3063: warning: cast to pointer from integer of different size This changes the cast and the conversion to match other usage of the same value in calls to IPW_DEBUG_TX. Reported-by: Andrew Morton Signed-off-by: John W. Linville --- Reading git-diff-tree failed