sh: pfc: Fixup type mismatch in debug printks.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 9 Dec 2009 06:51:27 +0000 (15:51 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 9 Dec 2009 06:51:27 +0000 (15:51 +0900)
commitca6f2d7fafd2d48b2f6943f5c6787beaec2014d0
tree81aced258ba2c00fd8b1bb35e2cde8989e7bcdd9
parentd2d69a3ab2e62bcf8e5f5303bde024033face902
sh: pfc: Fixup type mismatch in debug printks.

!!value works out to an int while we were still using %ld, so fix this up
and shut gcc up.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/pfc.c