Skip to content

Commit

Permalink
WAN: Remove redundant HDLC info printed by IXP4xx HSS driver.
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
  • Loading branch information
Krzysztof Hałasa authored and Jason Cooper committed Nov 22, 2012
1 parent f203bc6 commit 4d18dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wan/ixp4xx_hss.c
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ static int __devinit hss_init_one(struct platform_device *pdev)

platform_set_drvdata(pdev, port);

netdev_info(dev, "HSS-%i\n", port->id);
netdev_info(dev, "initialized\n");
return 0;

err_free_netdev:
Expand Down

0 comments on commit 4d18dea

Please sign in to comment.