aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-11-12 18:51:04 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-11-12 18:51:04 +0000
commitacd8ad4de57365ea0942187251c7d17b709b56c3 (patch)
treeaaad5b201a26e205f0a51cbc55b3d22590880565 /target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c
parenteef802855a04348949af7fd748eab1ad5facb7a2 (diff)
downloadupstream-acd8ad4de57365ea0942187251c7d17b709b56c3.tar.gz
upstream-acd8ad4de57365ea0942187251c7d17b709b56c3.tar.bz2
upstream-acd8ad4de57365ea0942187251c7d17b709b56c3.zip
ar71xx: wrap long lines
(build errors has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23977
Diffstat (limited to 'target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c3
1 files changed, 2 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 a8e68404b9..c256d0584f 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar7240.c
@@ -770,7 +770,8 @@ static struct ar7240sw *ar7240_probe(struct ag71xx *ag)
ver = (ctrl >> AR7240_MASK_CTRL_VERSION_S) & AR7240_MASK_CTRL_VERSION_M;
if (ver != 1) {
- pr_err("%s: unsupported chip, ctrl=%08x\n", ag->dev->name, ctrl);
+ pr_err("%s: unsupported chip, ctrl=%08x\n",
+ ag->dev->name, ctrl);
return NULL;
}