general: remove mprintf calls, use pp_printf
We have not been using mprintf for ages now, and it's better for the
code to explicitly call pp_printf, so people is aware of it.
We might "#define printf pp_printf", but currently we'd better not.
Maybe when we turn this into a real operating system, next millennium...
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
Showing
- arch/lm32/ram-wrs.ld 0 additions, 2 deletionsarch/lm32/ram-wrs.ld
- arch/lm32/ram.ld.S 0 additions, 3 deletionsarch/lm32/ram.ld.S
- dev/eeprom.c 2 additions, 2 deletionsdev/eeprom.c
- dev/endpoint.c 1 addition, 1 deletiondev/endpoint.c
- dev/i2c.c 2 additions, 2 deletionsdev/i2c.c
- dev/minic.c 3 additions, 3 deletionsdev/minic.c
- include/wrc.h 0 additions, 1 deletioninclude/wrc.h
- lib/bootp.c 3 additions, 3 deletionslib/bootp.c
- lib/net.c 1 addition, 1 deletionlib/net.c
- lib/util.c 6 additions, 6 deletionslib/util.c
- monitor/monitor_ppsi.c 1 addition, 1 deletionmonitor/monitor_ppsi.c
- shell/cmd_calib.c 2 additions, 2 deletionsshell/cmd_calib.c
- shell/cmd_init.c 4 additions, 4 deletionsshell/cmd_init.c
- shell/cmd_ip.c 2 additions, 2 deletionsshell/cmd_ip.c
- shell/cmd_mac.c 1 addition, 1 deletionshell/cmd_mac.c
- shell/cmd_mode.c 1 addition, 1 deletionshell/cmd_mode.c
- shell/cmd_pll.c 3 additions, 3 deletionsshell/cmd_pll.c
- shell/cmd_ptrack.c 1 addition, 1 deletionshell/cmd_ptrack.c
- shell/cmd_sfp.c 14 additions, 14 deletionsshell/cmd_sfp.c
- shell/cmd_stat.c 1 addition, 1 deletionshell/cmd_stat.c
Please register or sign in to comment