提交 2ead2d73 编写于 作者: R Ralf Baechle

MIPS: SEAD3: Get rid of useless pr_debug calls in the LED driver.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 50a73f19
......@@ -18,14 +18,12 @@
static void sead3_pled_set(struct led_classdev *led_cdev,
enum led_brightness value)
{
pr_debug("sead3_pled_set\n");
writel(value, (void __iomem *)0xBF000210); /* FIXME */
}
static void sead3_fled_set(struct led_classdev *led_cdev,
enum led_brightness value)
{
pr_debug("sead3_fled_set\n");
writel(value, (void __iomem *)0xBF000218); /* FIXME */
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册