Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90845
b: refs/heads/master
c: e519abb
h: refs/heads/master
i:
  90843: a0bad02
v: v3
  • Loading branch information
Lennert Buytenhek authored and Jeff Garzik committed Apr 17, 2008
1 parent e1e3dce commit 09ae017
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec69d651ac4fe726c870a82a2a75c7da69ddf4b9
refs/heads/master: e519abb63d689caa2f655adae214f7e255ae2166
4 changes: 3 additions & 1 deletion trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1981,9 +1981,11 @@ static int mv643xx_eth_remove(struct platform_device *pdev)

static int mv643xx_eth_shared_probe(struct platform_device *pdev)
{
static int mv643xx_version_printed = 0;
struct resource *res;

printk(KERN_NOTICE "MV-643xx 10/100/1000 Ethernet Driver\n");
if (!mv643xx_version_printed++)
printk(KERN_NOTICE "MV-643xx 10/100/1000 Ethernet Driver\n");

res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (res == NULL)
Expand Down

0 comments on commit 09ae017

Please sign in to comment.