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

Commit d5c47d7e authored by Kevin Hilman's avatar Kevin Hilman
Browse files

OMAP3: PM: whitespace cleanup around IO wakeup enable



Cleanup indentation around IO wakeup enable, the '\' terminator is
not required in C when wrapping an expression past end-of-line.

Whitespace change only.

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent b30a3f62
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -385,7 +385,7 @@ void omap_sram_idle(void)
	/* Enable IO-PAD and IO-CHAIN wakeups */
	per_next_state = pwrdm_read_next_pwrst(per_pwrdm);
	core_next_state = pwrdm_read_next_pwrst(core_pwrdm);
	if (omap3_has_io_wakeup() && \
	if (omap3_has_io_wakeup() &&
	    (per_next_state < PWRDM_POWER_ON ||
	     core_next_state < PWRDM_POWER_ON)) {
		prm_set_mod_reg_bits(OMAP3430_EN_IO_MASK, WKUP_MOD, PM_WKEN);