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(-) -- 2.20.1.windows.1