]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/ps3: Fix PS3 repository build warnings
authorGeoff Levand <geoff@infradead.org>
Thu, 1 Dec 2011 08:58:58 +0000 (08:58 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 8 Dec 2011 03:05:55 +0000 (14:05 +1100)
commit9da615d5fe78574c0f55a2e8b8c169d2cacb854b
tree931fda2b73ad0a18f11e5690251857b1b6e3798e
parent589d2d91b6df091e542c225202feea4fc54763fd
powerpc/ps3: Fix PS3 repository build warnings

Fix some PS3 repository.c build warnings when DEBUG is
defined. Also change most pr_debug calls to pr_devel calls.

Fixes warnings like these:

  format '%lx' expects type 'long unsigned int', but argument 7 has type 'u64'

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/ps3/repository.c