aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-11-12 18:52:12 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-11-12 18:52:12 +0000
commit30ef7d55fcccd8d380b63c58a5438cc8b3b92c78 (patch)
tree7d85a434487e1833082d7ec9ef051a2418c921cb /target/linux/ar71xx/files/drivers/net
parentfddf3b8dac0f86b51498216e8ced58a74551544b (diff)
downloadupstream-30ef7d55fcccd8d380b63c58a5438cc8b3b92c78.tar.gz
upstream-30ef7d55fcccd8d380b63c58a5438cc8b3b92c78.tar.bz2
upstream-30ef7d55fcccd8d380b63c58a5438cc8b3b92c78.zip
ar71xx: use pr_* functions in drivers
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23981
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c
index e8d85afa19..408fa664a9 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c
@@ -795,7 +795,7 @@ static struct ar7240sw *ar7240_probe(struct ag71xx *ag)
return NULL;
}
- printk("%s: Found an AR7240 built-in switch\n", ag->dev->name);
+ pr_info("%s: Found an AR7240 built-in switch\n", ag->dev->name);
/* initialize defaults */
for (i = 0; i < AR7240_MAX_VLANS; i++)