diff options
Diffstat (limited to 'arch/arm/mach-msm/include')
-rw-r--r-- | arch/arm/mach-msm/include/mach/debug-macro.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/include/mach/debug-macro.S b/arch/arm/mach-msm/include/mach/debug-macro.S index 3ffd8668c9a5..0e05f88abcd5 100644 --- a/arch/arm/mach-msm/include/mach/debug-macro.S +++ b/arch/arm/mach-msm/include/mach/debug-macro.S | |||
@@ -30,8 +30,7 @@ | |||
30 | @ Write the 1 character to UARTDM_TF | 30 | @ Write the 1 character to UARTDM_TF |
31 | str \rd, [\rx, #0x70] | 31 | str \rd, [\rx, #0x70] |
32 | #else | 32 | #else |
33 | teq \rx, #0 | 33 | str \rd, [\rx, #0x0C] |
34 | strne \rd, [\rx, #0x0C] | ||
35 | #endif | 34 | #endif |
36 | .endm | 35 | .endm |
37 | 36 | ||