conio: Fix pollchar() for serial console
authorMatt Fleming <matt.fleming@intel.com>
Mon, 1 Jul 2013 09:28:15 +0000 (10:28 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Mon, 1 Jul 2013 09:28:15 +0000 (10:28 +0100)
commit61291b1e3ec0687f464a4c5b1ff17a1f944d52a0
tree07467669e223668a07be7e2404de273311ccedf6
parent00d0f3add99de6d9c83ff2492bac175a5e1b8a11
conio: Fix pollchar() for serial console

The check of the LSR value was inverted. This resulted in pollchar()
always claiming that there was data to be read from the serial console.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
core/conio.c