Re: [PATCH v2 74/75] staging: ks7010: Replace memcmp() with ether_addr_equal().

2018-04-03 Thread Dan Carpenter
On Fri, Mar 30, 2018 at 11:08:54PM -0700, Quytelda Kahja wrote: > ether_addr_equal() is the function for comparing HW addresses, > so remove the manual memcmp operation and replace it with > ether_addr_equals(). > > Signed-off-by: Quytelda Kahja > --- >

[PATCH v2 74/75] staging: ks7010: Replace memcmp() with ether_addr_equal().

2018-03-31 Thread Quytelda Kahja
ether_addr_equal() is the function for comparing HW addresses, so remove the manual memcmp operation and replace it with ether_addr_equals(). Signed-off-by: Quytelda Kahja --- drivers/staging/ks7010/ks_hostif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)