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

Commit ed0e3520 authored by sricharan's avatar sricharan Committed by Santosh Shilimkar
Browse files

OMAP: Fix indentation issues in l3 error handler.



The indentation problems in the l3 noc and smx
error handler files are fixed.

Signed-off-by: default avatarsricharan <r.sricharan@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
Reported-by: default avatarPaul Walmsley <paul@pwsan.com>
parent c1df2dcc
Loading
Loading
Loading
Loading
+42 −44
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ static char *omap3_l3_initiator_string(u8 initid)
	}
}

/**
/*
 * omap3_l3_block_irq - handles a register block's irq
 * @l3: struct omap3_l3 *
 * @base: register block base address
@@ -158,8 +158,7 @@ static irqreturn_t omap3_l3_block_irq(struct omap3_l3 *l3,
	WARN(true, "%s seen by %s %s at address %x\n",
			omap3_l3_code_string(code),
			omap3_l3_initiator_string(initid),
			     multi ? "Multiple Errors" : "",
						   address);
			multi ? "Multiple Errors" : "", address);

	return IRQ_HANDLED;
}
@@ -197,7 +196,6 @@ static irqreturn_t omap3_l3_app_irq(int irq, void *_l3)
	error = omap3_l3_readll(base, L3_ERROR_LOG);
	if (error) {
		error_addr = omap3_l3_readll(base, L3_ERROR_LOG_ADDR);

		ret |= omap3_l3_block_irq(l3, error, error_addr);
	}

+53 −53

File changed.

Contains only whitespace changes.

+78 −78

File changed.

Contains only whitespace changes.

+29 −29

File changed.

Contains only whitespace changes.