commit | f3a9241045a2514e53e0874fa0534014d69c0093 | [log] [tgz] |
---|---|---|
author | Vincenzo Frascino <vincenzo.frascino@linaro.org> | Wed Nov 16 12:01:48 2016 +0000 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Nov 16 13:30:11 2016 +0000 |
tree | 4952854ecfebd7cbc8cf0e4e8b8d0d64a1c60738 | |
parent | ceca10828a88461321213607a2fdeec3063db271 [diff] |
console: Fix unreachable code condition This patch fixes an unreachable code condition in the uart_console driver. If UART_CONSOLE_DEBUG_SERVER_HOOKS was not defined handled_by_debug_server in console_out was always 0. This issue was reported by Coverity (CID 131627). Change-Id: I4376c3e5b3e68220218df6aabd91b6a8900ca31f Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>