summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/drivers
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-11-04 17:57:09 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-11-04 17:57:09 +0000
commit95dac0f44967c978aef047795b8e0b22a96e1a48 (patch)
treea76acf588848a45c49e1474aeba49c61a010806f /target/linux/adm5120/files/drivers
parent6c9dfba3e2019bac5952aafdbf55bdd6ffe5635d (diff)
[adm5120] disable unsupported boards in the LED driver by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/files/drivers')
-rw-r--r--target/linux/adm5120/files/drivers/leds/leds-adm5120.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/files/drivers/leds/leds-adm5120.c b/target/linux/adm5120/files/drivers/leds/leds-adm5120.c
index 368a13b7c..fb1f66241 100644
--- a/target/linux/adm5120/files/drivers/leds/leds-adm5120.c
+++ b/target/linux/adm5120/files/drivers/leds/leds-adm5120.c
@@ -303,7 +303,7 @@ adm5120_leds_init(void)
mach = adm5120_leds_findmach(mips_machtype);
if (mach == NULL) {
- /* the board is not yet supported */
+ printk(KERN_ERR "leds-adm5120: unsupported board\n");
ret = -EINVAL;
goto err;
}