mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 19:49:33 -04:00
net: libwx: Fix log level
There is a log should be printed as info level, not error level.
Fixes: 9bfd65980f ("net: libwx: Add sriov api for wangxun nics")
Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
Reviewed-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
Link: https://patch.msgid.link/67409DB57B87E2F0+20250519063357.21164-1-jiawenwu@trustnetic.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
f44092606a
commit
d42d440746
@@ -76,7 +76,7 @@ static int __wx_enable_sriov(struct wx *wx, u8 num_vfs)
|
||||
u32 value = 0;
|
||||
|
||||
set_bit(WX_FLAG_SRIOV_ENABLED, wx->flags);
|
||||
wx_err(wx, "SR-IOV enabled with %d VFs\n", num_vfs);
|
||||
dev_info(&wx->pdev->dev, "SR-IOV enabled with %d VFs\n", num_vfs);
|
||||
|
||||
/* Enable VMDq flag so device will be set in VM mode */
|
||||
set_bit(WX_FLAG_VMDQ_ENABLED, wx->flags);
|
||||
|
||||
Reference in New Issue
Block a user