mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 10:17:32 +00:00
igb: fix sparse warning
Reported-by: Stephen Hemminger <shemminger@vyatta.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
2db1badfa5
commit
9dc441f3c5
@ -220,7 +220,7 @@ static u32 e1000_hash_mc_addr_vf(struct e1000_hw *hw, u8 *mc_addr)
|
|||||||
* The parameter rar_count will usually be hw->mac.rar_entry_count
|
* The parameter rar_count will usually be hw->mac.rar_entry_count
|
||||||
* unless there are workarounds that change this.
|
* unless there are workarounds that change this.
|
||||||
**/
|
**/
|
||||||
void e1000_update_mc_addr_list_vf(struct e1000_hw *hw,
|
static void e1000_update_mc_addr_list_vf(struct e1000_hw *hw,
|
||||||
u8 *mc_addr_list, u32 mc_addr_count,
|
u8 *mc_addr_list, u32 mc_addr_count,
|
||||||
u32 rar_used_count, u32 rar_count)
|
u32 rar_used_count, u32 rar_count)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user