From: Johannes Berg Date: Sat, 31 Jul 2010 15:34:09 +0000 (-0700) Subject: iwlwifi: fix compile warning X-Git-Tag: v2.6.36-rc1~305^2~11^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fc97f7789e6ff3d1698a544f863b55dba9d9cd9;p=pandora-kernel.git iwlwifi: fix compile warning When iwlwifi is compiled w/o debug, we get this warning: iwl-agn.c: In function ‘iwlagn_load_firmware’: iwl-agn.c:2014: warning: passing argument 3 of ‘iwl_print_hex_dump’ discards qualifiers from pointer target type iwl-debug.h:73: note: expected ‘void *’ but argument is of type ‘const u8 *’ because the const qualifier is missing in the inline stub. Fix this. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed