mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
[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: Nicolas DET <det.nicolas@free.fr> Signed-off-by: Sven Luther <sl@bplan-gmbh.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
1461b4ea2b
commit
b1529871f4
@ -1533,6 +1533,9 @@ static int mv643xx_eth_probe(struct device *ddev)
|
||||
printk(KERN_NOTICE "%s: RX NAPI Enabled \n", dev->name);
|
||||
#endif
|
||||
|
||||
if (mp->tx_sram_size > 0)
|
||||
printk(KERN_NOTICE "%s: Using SRAM\n", dev->name);
|
||||
|
||||
return 0;
|
||||
|
||||
out:
|
||||
|
Loading…
Reference in New Issue
Block a user