From: Joe Perches Date: Mon, 25 Apr 2011 23:46:49 +0000 (-0700) Subject: n_gsm: Use print_hex_dump_bytes X-Git-Tag: v3.0-rc1~338^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a77c4f9d451a6652f5536548df1b75f4b5b836c;p=pandora-kernel.git n_gsm: Use print_hex_dump_bytes Use the standard mechanism to print a hex buffer to eliminate empty printf warning. A couple % smaller text and data too. $ size drivers/tty/n_gsm.o* text data bss dec hex filename 23543 312 6376 30231 7617 drivers/tty/n_gsm.o.new 24051 408 6496 30955 78eb drivers/tty/n_gsm.o.old Signed-off-by: Joe Perches Acked-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed