linux/drivers/staging/gdm724x
Bhumika Goyal 4e4acff734 Staging: gdm724x: Replace random_ether_addr with eth_random_addr
The macro random_ether_addr is calling the function eth_random_addr.
Therefore, the call to random_ether_addr can be replaced with
eth_random_addr.
Done using coccinelle:

@@
expression addr;
@@
- random_ether_addr(addr);
+ eth_random_addr(addr);

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-05 14:48:04 -08:00
..
Kconfig
Makefile
TODO
gdm_endian.c
gdm_endian.h
gdm_lte.c Staging: gdm724x: Replace random_ether_addr with eth_random_addr 2016-03-05 14:48:04 -08:00
gdm_lte.h
gdm_mux.c Staging: gdm724x: Use min instead of ternary operator 2016-03-05 14:48:04 -08:00
gdm_mux.h
gdm_tty.c
gdm_tty.h
gdm_usb.c staging: gdm724x: gdm_usb: Remove create_workqueue() 2016-03-05 14:48:04 -08:00
gdm_usb.h
hci.h
hci_packet.h
netlink_k.c
netlink_k.h