commit | aeb565dfc3ac4c8b47c5049085b4c7bfb2c7d5d7 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jan 26 10:01:53 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jan 26 10:01:53 2009 -0800 |
tree | e6563366eb6605bb73fcb38056134ede7595712b | |
parent | 2d07d4d1bba3b141941682fa36cacbe12bbb143b [diff] |
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 <torvalds@linux-foundation.org>