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:
Elyes HAOUAS 2022-02-02 16:21:14 +01:00 committed by Felix Singer
parent c2f1202151
commit f551784830
1 changed files with 0 additions and 1 deletions

View File

@ -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)