uart: change to call uart flush with void return type 67/289167/1
authorTaeminYeom <taemin.yeom@samsung.com>
Thu, 2 Mar 2023 07:18:22 +0000 (16:18 +0900)
committerTaeminYeom <taemin.yeom@samsung.com>
Thu, 2 Mar 2023 07:18:22 +0000 (16:18 +0900)
commit324e3f38808004d9af55fb256d182351b023e638
tree03e025f8719c85ad9c6bcc46548113df4ad5cb09
parente1eb7906a9c4496e7b4fa89544ae500cbf7d615a
uart: change to call uart flush with void return type

In commit e14fc739d7de ("uart: Add nonblocking IO and assorted functions")
peripheral_uart_flush function's return type was changed void to int
And, other functions using it were changed to call it with (void) type coversion
because previous code didn't check the return of flush function.
But in close function, it was ommited so add it.

Change-Id: I0f89fc71d8c4bd76a3768f2bdc96cfd52a10c2ff
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
src/peripheral_uart.c