mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
net: hinic: remove duplicate macro definition
The macro HINIC_WAIT_SRIOV_CFG_TIMEOUT is defined twice, remove one. Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
2fa1cd3b4a
commit
97d6a3e642
|
|
@ -1380,8 +1380,6 @@ static int hinic_probe(struct pci_dev *pdev,
|
|||
return err;
|
||||
}
|
||||
|
||||
#define HINIC_WAIT_SRIOV_CFG_TIMEOUT 15000
|
||||
|
||||
static void wait_sriov_cfg_complete(struct hinic_dev *nic_dev)
|
||||
{
|
||||
struct hinic_sriov_info *sriov_info = &nic_dev->sriov_info;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user