commit | 7bd1480a3bea4dae25d0bc866eb31a365fc2f77f | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun Aug 14 22:07:19 2016 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun Aug 14 22:07:19 2016 -0400 |
tree | f1ef573ceb214fdc59d3e07e68f396d24fbf980b | |
parent | 19e8ea6312f3f60c34c2c20f95fb81306b320f74 [diff] |
ps2: Remove stale check for timeout warning on reset Commit 4ce5d207 removed the code to wait for a possible second byte from a keyboard reset command, but it did not remove the extra check when warning in ps2_recvbyte(). Remove the now stale code in ps2_recvbyte(). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>