Message ID | 7933cca2-2ec4-7b53-a935-6b4c66bee23d@users.sourceforge.net |
---|---|
State | Deferred |
Headers | show |
diff --git a/drivers/thermal/tegra/soctherm.c b/drivers/thermal/tegra/soctherm.c index 1b3915588bce..3024c4294131 100644 --- a/drivers/thermal/tegra/soctherm.c +++ b/drivers/thermal/tegra/soctherm.c @@ -655,8 +655,6 @@ static int regs_show(struct seq_file *s, void *data) for (i = 0; i < ts->soc->num_tsensors; i++) { r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG1); state = REG_GET_MASK(r, SENSOR_CONFIG1_TEMP_ENABLE); - - seq_printf(s, "%s: ", tsensors[i].name); - seq_printf(s, "En(%d) ", state); + seq_printf(s, "%s: En(%d) ", tsensors[i].name, state); if (!state) {