Kevin Wolf writes:
> Monitor.cmd_table is initialised to point to mon_cmds and never changed
> afterwards. We can remove the indirection and just reference mon_cmds
> directly instead.
>
> Signed-off-by: Kevin Wolf
Reviewed-by: Markus Armbruster
Monitor.cmd_table is initialised to point to mon_cmds and never changed
afterwards. We can remove the indirection and just reference mon_cmds
directly instead.
Signed-off-by: Kevin Wolf
---
monitor.c | 9 +++--
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/monitor.c b/monitor