From: Bing Zhao Date: Fri, 5 Oct 2012 20:57:48 +0000 (-0700) Subject: mwifiex: use sizeof(array) to print_hex_dump_bytes X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~337^2^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f575f65897e84018ee7163407ca5514272e11223;p=pandora-kernel.git mwifiex: use sizeof(array) to print_hex_dump_bytes DBG_CMD_NUM is the number of commands, not the actual bytes of data for printing. Also remove the duplicated DBG_CMD_NUM definition. Reported-by: Andy Shevchenko Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed