]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fsl_law: Fix LAW printing function
authorKumar Gala <galak@kernel.crashing.org>
Sat, 12 Feb 2011 21:34:08 +0000 (15:34 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 23 Feb 2011 05:25:19 +0000 (23:25 -0600)
commit8e29ebabf825ee0c85cb0c93d6aa495cc54811ab
tree26e13d34ab6885cbacedfb6d376a276bf7200360
parentc7977858dcf1f656cbe91ea0dc3cb9139c6a8cc8
fsl_law: Fix LAW printing function

We had an extra '0x' in the output of the LAWAR header that would cause
output like:

LAWBAR11: 0x00000000 LAWAR0x11: 0x80f0001d

intead of:

LAWBAR11: 0x00000000 LAWAR11: 0x80f0001d

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/misc/fsl_law.c