On 22/10/22 16:12, Volker Rümelin wrote:
Commit 8f9abdf586 ("chardev: src buffer const for write functions")
changed the type of the second parameter of qemu_chr_be_write()
from uint8_t * to const uint8_t *. Remove the now useless type
casts from qemu_chr_be_write() function calls in ui/console.c and
ui/gtk.c.

Cc: [email protected]
Signed-off-by: Volker Rümelin <[email protected]>
---
  ui/console.c | 2 +-
  ui/gtk.c     | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>


Reply via email to