Commit 8b74a003 authored by Jason Wang's avatar Jason Wang Committed by Daniel Lezcano

thermal/ti-soc-thermal: Fix comment typo

The double `and' is duplicated in line 229, remove one.
Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20220715051829.30927-1-wangborong@cdjrlc.comSigned-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent ee35f721
......@@ -226,7 +226,7 @@ static irqreturn_t ti_bandgap_talert_irq_handler(int irq, void *data)
/*
* One TALERT interrupt: Two sources
* If the interrupt is due to t_hot then mask t_hot and
* and unmask t_cold else mask t_cold and unmask t_hot
* unmask t_cold else mask t_cold and unmask t_hot
*/
if (t_hot) {
ctrl &= ~tsr->mask_hot_mask;
......
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