mirror of
https://xff.cz/git/u-boot/
synced 2025-09-06 03:02:18 +02:00
microblaze: Fix coding style
No functional changes just to pass checkpatch.pl. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -113,7 +113,7 @@ int interrupts_init(void)
|
||||
int i;
|
||||
|
||||
#if defined(CONFIG_SYS_INTC_0_ADDR) && defined(CONFIG_SYS_INTC_0_NUM)
|
||||
intc = (microblaze_intc_t *) (CONFIG_SYS_INTC_0_ADDR);
|
||||
intc = (microblaze_intc_t *)CONFIG_SYS_INTC_0_ADDR;
|
||||
irq_no = CONFIG_SYS_INTC_0_NUM;
|
||||
#endif
|
||||
if (irq_no) {
|
||||
|
Reference in New Issue
Block a user