staging: vt6655: Use ether_addr_copy function
authorDilek Uzulmez <dilekuzulmez@gmail.com>
Thu, 9 Oct 2014 19:46:32 +0000 (22:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:28 +0000 (10:29 +0800)
commit25ef419dc92a16d64380d85655b4381a2fb22dfb
tree46e5154042f6ab7f8091b8352bda3327a8106949
parentb8576413516065cba71b1dd48174397737337e40
staging: vt6655: Use ether_addr_copy function

This patch fixes the following checkpatch.pl warnings:
WARNING: "Prefer ether_addr_copy() over memcpy() if the Ethernet
addresses are __aligned(2)" in file device_main.c
Pahole shows that the addresses are aligned

Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/device_main.c
This page took 0.12614 seconds and 5 git commands to generate.