]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/kms/radeon/agp: Fix warning, format ‘%d’ expects type ‘int’, but argument 4 has...
authorJohn Kacur <jkacur@redhat.com>
Sun, 31 Jan 2010 19:38:02 +0000 (20:38 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 1 Feb 2010 01:19:08 +0000 (11:19 +1000)
commitcdb6e375c3c84558ed2c13c5461b22e8f7b7980e
tree28474a8fd0bff4ea869aef387ddf2c680df54aec
parentdb78e27de7e29a6db6be7caf607cf803d84094aa
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 <jkacur@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_agp.c