From: John Kacur Date: Sun, 31 Jan 2010 19:38:02 +0000 (+0100) Subject: drm/kms/radeon/agp: Fix warning, format ‘%d’ expects type ‘int’, but argument 4 has... X-Git-Tag: v2.6.33-rc7~46^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdb6e375c3c84558ed2c13c5461b22e8f7b7980e;p=pandora-kernel.git drm/kms/radeon/agp: Fix warning, format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’ - Fix warning by using %zu instead of %d for size_t - Fix spelling mistake, "to" should be "too". Signed-off-by: John Kacur Signed-off-by: Dave Airlie --- Reading git-diff-tree failed