linux_dsm_epyc7002/drivers/net/can/softing
Fuqian Huang 233cc605a2 net/can: using dev_get_drvdata directly
Several drivers cast a struct device pointer to a struct
platform_device pointer only to then call platform_get_drvdata().
To improve readability, these constructs can be simplified
by using dev_get_drvdata() directly.

Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-07-05 15:24:41 -07:00
..
Kconfig
Makefile
softing_cs.c
softing_fw.c
softing_main.c net/can: using dev_get_drvdata directly 2019-07-05 15:24:41 -07:00
softing_platform.h
softing.h