projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50a73f1
)
MIPS: SEAD3: Get rid of useless pr_debug calls in the LED driver.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 27 Mar 2015 20:56:01 +0000
(21:56 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 1 Apr 2015 15:22:06 +0000
(17:22 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mti-sead3/leds-sead3.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/mti-sead3/leds-sead3.c
b/arch/mips/mti-sead3/leds-sead3.c
index 1d1e8b3319251f5f6e944c74901530dc39889d5c..d03c743da7c32e62ea087c2015f2fadc0e707581 100644
(file)
--- a/
arch/mips/mti-sead3/leds-sead3.c
+++ b/
arch/mips/mti-sead3/leds-sead3.c
@@
-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 */
}