commit | 8e29ebabf825ee0c85cb0c93d6aa495cc54811ab | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Sat Feb 12 15:34:08 2011 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Feb 22 23:25:19 2011 -0600 |
tree | 26e13d34ab6885cbacedfb6d376a276bf7200360 | |
parent | c7977858dcf1f656cbe91ea0dc3cb9139c6a8cc8 [diff] |
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>