Commit 2ead2d73 authored by Ralf Baechle's avatar Ralf Baechle

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

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment