Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24796e12 authored by Eduardo Valentin's avatar Eduardo Valentin Committed by Greg Kroah-Hartman
Browse files

staging: omap-thermal: style cleanup on omap-bandgap.c



simple changes on alignments and white spaces

Signed-off-by: default avatarEduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0c00477d
Loading
Loading
Loading
Loading
+15 −17
Original line number Diff line number Diff line
@@ -1108,8 +1108,7 @@ static int omap_bandgap_restore_ctxt(struct omap_bandgap *bg_ptr)
			val = omap_bandgap_readl(bg_ptr, tsr->bgap_counter);

		if (OMAP_BANDGAP_HAS(bg_ptr, TSHUT_CONFIG))
			omap_bandgap_writel(bg_ptr,
				rval->tshut_threshold,
			omap_bandgap_writel(bg_ptr, rval->tshut_threshold,
					    tsr->tshut_threshold);
		/* Force immediate temperature measurement and update
		 * of the DTEMP field
@@ -1123,8 +1122,7 @@ static int omap_bandgap_restore_ctxt(struct omap_bandgap *bg_ptr)
			omap_bandgap_writel(bg_ptr, rval->bg_mode_ctrl,
					    tsr->bgap_mode_ctrl);
		if (OMAP_BANDGAP_HAS(bg_ptr, TALERT)) {
			omap_bandgap_writel(bg_ptr,
						   rval->bg_threshold,
			omap_bandgap_writel(bg_ptr, rval->bg_threshold,
					    tsr->bgap_threshold);
			omap_bandgap_writel(bg_ptr, rval->bg_ctrl,
					    tsr->bgap_mask_ctrl);