[PATCH 6/9] memory: emif: debugfs: Remove MR4= string print
Lokesh Vutla
lokeshvutla at ti.com
Mon Dec 10 02:09:15 EST 2012
From: Severine Glock <s-glock at ti.com>
MR4 is reported under debugfs with following format MR4=%d.
Remove MR4= string for better convenience.
Signed-off-by: Severine Glock <s-glock at ti.com>
---
drivers/memory/emif.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/memory/emif.c b/drivers/memory/emif.c
index 625732d..32ce601 100644
--- a/drivers/memory/emif.c
+++ b/drivers/memory/emif.c
@@ -147,7 +147,7 @@ static int emif_mr4_show(struct seq_file *s, void *unused)
{
struct emif_data *emif = s->private;
- seq_printf(s, "MR4=%d\n", emif->temperature_level);
+ seq_printf(s, "%d\n", emif->temperature_level);
return 0;
}
--
1.7.9.5
More information about the linux-arm-kernel
mailing list