mbox series

[0/3] net: Use of_device_get_match_data to simplify code

Message ID 20210823113338.3568-1-tangbin@cmss.chinamobile.com
Headers show
Series net: Use of_device_get_match_data to simplify code | expand

Message

Tang Bin Aug. 23, 2021, 11:33 a.m. UTC
Hi all:

This patch series replace 'of_match_device' with
'of_device_get_match_data', to make code cleaner and better.

Thanks

Tang Bin (3):
  via-rhine: Use of_device_get_match_data to simplify code
  via-velocity: Use of_device_get_match_data to simplify code
  can: mscan: mpc5xxx_can: Use of_device_get_match_data to simplify code

 drivers/net/can/mscan/mpc5xxx_can.c     | 6 ++----
 drivers/net/ethernet/via/via-rhine.c    | 9 ++-------
 drivers/net/ethernet/via/via-velocity.c | 6 ++----
 3 files changed, 6 insertions(+), 15 deletions(-)