Home
last modified time | relevance | path

Searched hist:"17 b4f308cd3571e209e141b039aafb957f3096a5" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c17b4f308cd3571e209e141b039aafb957f3096a5 Fri Nov 18 05:19:13 UTC 2016 Mugunthan V N <mugunthanvnm@ti.com> drivers: usb: gadget: ether: access network_started using local variable

network_started of struct eth_dev can be accessed using local
variable dev and no reason to access it with the global struct.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>