staging: ks7010: use ether_addr_equal in hostif_data_request
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Tue, 24 Apr 2018 13:50:05 +0000 (15:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2018 13:50:20 +0000 (15:50 +0200)
commitf1e8524c98516641c759b47ac3b91162d0380d62
tree3e2977b1c6d0891f3f088e0bf2e51ed5a9eeb3b4
parente9eb9a9d474682be14fa39da0b54e654fb141623
staging: ks7010: use ether_addr_equal in hostif_data_request

Use ether_addr_equal to compare addresses in ether_addr_equal
function instead of comparing using memcmp.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c