]> git.baikalelectronics.ru Git - kernel.git/commit
fm10k: remove comment about rtnl_lock around mbx operations
authorJacob Keller <jacob.e.keller@intel.com>
Mon, 15 Jun 2015 22:00:52 +0000 (15:00 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 22 Sep 2015 22:58:26 +0000 (15:58 -0700)
commitc4a837d55ac80edf5e8d8d1b9975ff70ab3c36b0
tree6d154c98dd440347f31660a50a20157774dba21f
parent160059e525aa2383b053b41f0786d6576ee468f6
fm10k: remove comment about rtnl_lock around mbx operations

This comment is no longer true due to a couple of mailbox locking
refactors, and we now don't actually do any rtnl protected operations
directly in the mailbox path. Remove this comment as it is factually
incorrect and confusing.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/fm10k/fm10k_pci.c