Skip to content

Commit

Permalink
[PATCH] mv643xx_eth_showsram: Added information message when using th…
Browse files Browse the repository at this point in the history
…e 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>
  • Loading branch information
Nicolas DET authored and paulusmack committed Oct 29, 2005
1 parent 1461b4e commit b152987
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b152987

Please sign in to comment.