projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[at91] Fix i2c driver and package it
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
net
/
ag71xx
/
ag71xx_ar7240.c
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
e8d85af
..
408fa66
100644
(file)
--- 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;
}
- pr
intk
("%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++)
This page took
0.019525 seconds
and
4
git commands to generate.