mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 07:51:38 +00: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:
parent
4c0922f367
commit
e217b0d50d
1 changed files with 8 additions and 8 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue