HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/61548 )
Change subject: src/drivers/intel/i210: Remove unuseful 'return' in void function ......................................................................
src/drivers/intel/i210: Remove unuseful 'return' in void function
Change-Id: Id33ef66e7388df2173ee8888265ed4379f05a93e Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/drivers/intel/i210/i210.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/61548/1
diff --git a/src/drivers/intel/i210/i210.c b/src/drivers/intel/i210/i210.c index 32cae6f..8ecd3ec 100644 --- a/src/drivers/intel/i210/i210.c +++ b/src/drivers/intel/i210/i210.c @@ -203,7 +203,6 @@ } else { printk(BIOS_INFO, "I210: MAC address is up to date.\n"); } - return; }
static void enable_bus_master(struct device *dev)