1
0
Fork 0
freescale-linux-fslc/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
..
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 staging: gdm724x: constify tty_port_operations structs 2015-12-26 17:13:33 -08:00
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
Kconfig
Makefile
netlink_k.c staging: gdm724x: Remove wrapper function 2015-11-15 20:02:47 -08:00
netlink_k.h staging: gdm724x: Remove wrapper function 2015-11-15 20:02:47 -08:00
TODO