From: Steve French Date: Sun, 3 Aug 2014 02:16:48 +0000 (-0500) Subject: [CIFS] Fix incorrect hex vs. decimal in some debug print statements X-Git-Tag: cleanup-for-v3.18~61^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59b04c5df75bd715002bb535930ae1982a739269;p=pandora-kernel.git [CIFS] Fix incorrect hex vs. decimal in some debug print statements Joe Perches and Hans Wennborg noticed that various places in the kernel were printing decimal numbers with 0x prefix. printk("0x%d") or equivalent This fixes the instances of this in the cifs driver. CC: Hans Wennborg CC: Joe Perches Signed-off-by: Steve French --- Reading git-diff-tree failed