mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-15 07:43:33 +08:00
drivers: net: fsl-mc: do not use multiple blank lines
Remove the instances in which we have multiple blank lines. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
parent
f45ed0b5ec
commit
cfbd388ae7
@ -526,7 +526,6 @@ static int load_mc_dpc(u64 mc_ram_addr, size_t mc_ram_size, u64 mc_dpc_addr)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static int mc_fixup_dpl(u64 dpl_addr)
|
static int mc_fixup_dpl(u64 dpl_addr)
|
||||||
{
|
{
|
||||||
void *blob = (void *)dpl_addr;
|
void *blob = (void *)dpl_addr;
|
||||||
@ -698,7 +697,6 @@ static int wait_for_mc(bool booting_mc, u32 *final_reg_gsr)
|
|||||||
printf("SUCCESS\n");
|
printf("SUCCESS\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
*final_reg_gsr = reg_gsr;
|
*final_reg_gsr = reg_gsr;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user