
1 May
2011
1 May
'11
10:29 p.m.
Hi Wolfgang,
On Sun, May 01, 2011 at 05:26:01PM +0200, Wolfgang Denk wrote:
...
+void mv_phy_88e1116_init(char *name) +{
...
- printf("88E1116 Initialized on %s\n", name);
Maybe you want to change this into a debug() instead? [I guess it corrupts the formatting of the boot messages?]
Actually no. The boot messages seems to be well formatted:
Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0
Anyway, I will turn this message into a debug(). The displayed information is not very useful (and quite redundant with the previous message).
Thanks,
Simon