From: Arend van Spriel Date: Tue, 18 Oct 2011 12:03:10 +0000 (+0200) Subject: brcm80211: util: remove function brcmu_format_hex() from brcmutil X-Git-Tag: v3.3-rc1~182^2~545^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c7dfa0f01e906671f303061babb7e6ddce2c92;p=pandora-kernel.git brcm80211: util: remove function brcmu_format_hex() from brcmutil The function brcmu_format_hex() filled a string buffer with byte values from a data buffer. The calling function used this string buffer in a printk. Now the calling function uses the kernel function print_hex_dump_bytes(). Reported-by: Johannes Berg Reviewed-by: Alwin Beukers Reviewed-by: Roland Vossen Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed