commit | 6d54aaf389bb47f30fd6567b88665689967be642 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Wed Oct 15 10:50:32 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Oct 15 10:19:51 2008 -0700 |
tree | 796ef2604fa9b9f71ae4b59dced97b1d6686c43a | |
parent | 6c5e51dae2c37127e00be392f40842e08077e96a [diff] |
metronomefb: Fix warning when building 64bit The metronome driver produces warnings when built on x86-64 as it assumes that size_t is an int. Use %Zd instead. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>