Message ID | e9e495b9-897c-af37-4749-f175a7b9f7c0@users.sourceforge.net (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/drivers/thermal/tegra/soctherm.c b/drivers/thermal/tegra/soctherm.c index c5871f9b6596..1b3915588bce 100644 --- a/drivers/thermal/tegra/soctherm.c +++ b/drivers/thermal/tegra/soctherm.c @@ -661,6 +661,6 @@ static int regs_show(struct seq_file *s, void *data) if (!state) { - seq_puts(s, "\n"); + seq_putc(s, '\n'); continue; }