commit | cd32e2dcc9de6c27ecbbfc0e2079fb64b42bad5f | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Nov 11 09:12:28 2014 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Nov 12 13:47:20 2014 +1100 |
tree | f53c940f8194f1705a60d4508194ce1160f6a76c | |
parent | 6609ed14de75bde7a99b33e9be9f1873da91f07d [diff] |
powerpc: Fix bad NULL pointer check in udbg_uart_getc_poll() We have some code in udbg_uart_getc_poll() that tries to protect against a NULL udbg_uart_in, but gets it all wrong. Found with the LLVM static analyzer (scan-build). Fixes: 309257484cc1 ("powerpc: Cleanup udbg_16550 and add support for LPC PIO-only UARTs") Signed-off-by: Anton Blanchard <anton@samba.org> [mpe: Add some newlines for readability while we're here] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>