diff options
Diffstat (limited to 'src/drivers/intel/i210/i210.c')
-rw-r--r-- | src/drivers/intel/i210/i210.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/intel/i210/i210.c b/src/drivers/intel/i210/i210.c index 0b2fcd250e..c63ae0e4ae 100644 --- a/src/drivers/intel/i210/i210.c +++ b/src/drivers/intel/i210/i210.c @@ -187,7 +187,7 @@ static void init(struct device *dev) /*Check first whether there is a valid MAC address available */ status = mainboard_get_mac_address(dev, adr_to_set); if (status != CB_SUCCESS) { - printk(BIOS_ERR, "I210: No valid MAC address found\n"); + printk(BIOS_NOTICE, "I210: Mainboard has no address, keep the one in MAC.\n"); return; } /* Before we will write a new address, check the existing one */ |