commit | ca6f2d7fafd2d48b2f6943f5c6787beaec2014d0 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Dec 09 15:51:27 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Dec 09 15:51:27 2009 +0900 |
tree | 81aced258ba2c00fd8b1bb35e2cde8989e7bcdd9 | |
parent | d2d69a3ab2e62bcf8e5f5303bde024033face902 [diff] |
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>