Re: [PATCH v2 75/75] staging: ks7010: Replace memcpy() with ether_addr_copy().

2018-04-23 Thread Greg KH
On Fri, Mar 30, 2018 at 11:08:55PM -0700, Quytelda Kahja wrote: > ether_addr_copy() is the function for copying a hardware address, > so replace the manual memcpy() operation with ether_addr_copy(). > > Signed-off-by: Quytelda Kahja > --- >

[PATCH v2 75/75] staging: ks7010: Replace memcpy() with ether_addr_copy().

2018-03-31 Thread Quytelda Kahja
ether_addr_copy() is the function for copying a hardware address, so replace the manual memcpy() operation with ether_addr_copy(). Signed-off-by: Quytelda Kahja --- drivers/staging/ks7010/ks_hostif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git