summaryrefslogtreecommitdiff
path: root/sound/parisc
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2015-11-16 15:33:34 -0800
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2015-12-22 05:01:58 -0800
commit6186ddf06dd270a09ca08cc3c182d4cd58cf0218 (patch)
treef64e0d05cbd85f0107e38a512e0275c7b40fffed /sound/parisc
parent09f8a82b6abbff279f41ac2892707d3f0f32d00c (diff)
fm10k: use ether_addr_equal instead of memcmp
When comparing MAC addresses, use ether_addr_equal instead of memcmp to ETH_ALEN length. Found and replaced using the following sed: sed -e 's/memcmp\x28\(.*\), ETH_ALEN\x29/!ether_addr_equal\x28\1\x29/' Reported-by: Bruce Allan <bruce.w.allan@intel.com> Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Reviewed-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'sound/parisc')
0 files changed, 0 insertions, 0 deletions