X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fadm5120%2Ffiles%2Fdrivers%2Fleds%2Fleds-adm5120.c;h=fb1f66241feed848d23a2bb019ec509328c8d28a;hb=95dac0f44967c978aef047795b8e0b22a96e1a48;hp=368a13b7c63c5b7fecdd5b94a614139b45b58934;hpb=ec6d32f924ee9e6b4d58885d2f692c8c2a4a2773;p=openwrt-10.03%2F.git 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; }