summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorWilson Lee <[email protected]>2017-11-02 23:39:51 -0700
committerTom Rini <[email protected]>2017-11-17 07:44:13 -0500
commitb12907f279ca25acb79838ede89905ff5c1dfcc5 (patch)
treeed9a3fade7aa26adb9f6081664e2d90489bf3ccf /scripts/const_structs.checkpatch
parent21f4486faa5db1013237cc664ab3590ba75889e5 (diff)
serial: nulldev: Implement "pending" function to fix tstc return "true"
In U-boot, serial_tstc was use to determine is there have a character in serial console that pending for read. If there is no "pending" function implemented in serial driver, the serial-uclass will return "true(1)" to indicate there have a character pending to read. Thus, read a character from nulldev serial will result in continuous getting -EAGAIN return which might lead system to hang. This commit is to fix a bug in nulldev serial which implement "pending" function in nulldev serial to always indicate there is no character in console that pending for read. Signed-off-by: Wilson Lee <[email protected]> Cc: Joe Hershberger <[email protected]> Cc: Keng Soon Cheah <[email protected]> Cc: Chen Yee Chew <[email protected]> Cc: Bin Meng <[email protected]>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions