src/drivers/intel/i210: Remove unuseful 'return' in void function
Change-Id: Id33ef66e7388df2173ee8888265ed4379f05a93e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61548 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
c2f1202151
commit
f551784830
|
@ -203,7 +203,6 @@ static void init(struct device *dev)
|
|||
} else {
|
||||
printk(BIOS_INFO, "I210: MAC address is up to date.\n");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
static void enable_bus_master(struct device *dev)
|
||||
|
|
Loading…
Reference in New Issue