From fdb868e410c598f8a3a11d6c23f08380aa359623 Mon Sep 17 00:00:00 2001 From: aliguori Date: Fri, 16 Jan 2009 21:06:20 +0000 Subject: Squash warnings in console.c Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6354 c046a42c-6fe2-441c-8c8c-71466251a162 --- console.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'console.c') diff --git a/console.c b/console.c index fe64fe445..6738d324c 100644 --- a/console.c +++ b/console.c @@ -1299,7 +1299,7 @@ static void text_console_do_init(CharDriverState *chr, DisplayState *ds, const c s = new_console(ds, (p == 0) ? TEXT_CONSOLE : TEXT_CONSOLE_FIXED_SIZE); if (!s) { free(chr); - return NULL; + return; } chr->opaque = s; chr->chr_write = console_puts; @@ -1357,8 +1357,6 @@ static void text_console_do_init(CharDriverState *chr, DisplayState *ds, const c text_console_resize(s); qemu_chr_reset(chr); - - return chr; } CharDriverState *text_console_init(const char *p) -- cgit v1.2.3