Revert "mux: fix ctrl-a b again"

This reverts commit 1b2503fcf7b5932c5a3779ca2ceb92bd403c4ee7.

Unfortunately this fix regresses console handling on MIPS Malta;
since the mux ctrl-a b bug is not a regression since 2.11, we
take the conservative approach and just drop it from 2.12.

Reported-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
diff --git a/chardev/char-mux.c b/chardev/char-mux.c
index 6055e76..1b925c8 100644
--- a/chardev/char-mux.c
+++ b/chardev/char-mux.c
@@ -304,7 +304,6 @@
     }
 
     d->focus = focus;
-    chr->be = d->backends[focus];
     mux_chr_send_event(d, d->focus, CHR_EVENT_MUX_IN);
 }