From: Linus Torvalds Date: Mon, 26 Jan 2009 18:01:53 +0000 (-0800) Subject: Fix annoying DRM_ERROR() string warning X-Git-Tag: v2.6.29-rc3~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb565dfc3ac4c8b47c5049085b4c7bfb2c7d5d7;p=pandora-kernel.git Fix annoying DRM_ERROR() string warning Use '%zu' to print out a size_t variable, not '%d'. Another case of the "let's keep at least Linus' defconfig compile warningless" rule. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed