]> git.dujemihanovic.xyz Git - u-boot.git/commit
serial: ns16550: fix comment to mention schedule instead of watchdog_reset
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Tue, 28 May 2024 11:13:21 +0000 (13:13 +0200)
committerStefan Roese <sr@denx.de>
Sun, 16 Jun 2024 10:14:00 +0000 (12:14 +0200)
commit945fc278226cf2de432ac9ccf56b23520300afce
tree86b83f81da08f9759c97af5de6c0e3351dc655b2
parent4388ada7690e977f34cdab78b0df5c185a9e3c67
serial: ns16550: fix comment to mention schedule instead of watchdog_reset

watchdog_reset() is no more. Make the comments match the code and
today's reality.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/serial/ns16550.c