Commit b1529871 authored by Nicolas DET's avatar Nicolas DET Committed by Paul Mackerras

[PATCH] mv643xx_eth_showsram: Added information message when using the SRAM

Added information message when using the SRAM in mv643xx_eth_probe()
Signed-off-by: default avatarNicolas DET <det.nicolas@free.fr>
Signed-off-by: default avatarSven Luther <sl@bplan-gmbh.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 1461b4ea
...@@ -1533,6 +1533,9 @@ static int mv643xx_eth_probe(struct device *ddev) ...@@ -1533,6 +1533,9 @@ static int mv643xx_eth_probe(struct device *ddev)
printk(KERN_NOTICE "%s: RX NAPI Enabled \n", dev->name); printk(KERN_NOTICE "%s: RX NAPI Enabled \n", dev->name);
#endif #endif
if (mp->tx_sram_size > 0)
printk(KERN_NOTICE "%s: Using SRAM\n", dev->name);
return 0; return 0;
out: out:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment