diff options
Diffstat (limited to 'drivers/thermal/imx_sc_thermal.c')
-rw-r--r-- | drivers/thermal/imx_sc_thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/imx_sc_thermal.c b/drivers/thermal/imx_sc_thermal.c index 931fa7c8d419..21f8c2ac214d 100644 --- a/drivers/thermal/imx_sc_thermal.c +++ b/drivers/thermal/imx_sc_thermal.c @@ -221,7 +221,7 @@ static struct platform_driver imx_sc_tsens_driver = { .probe = imx_sc_tsens_probe, .remove = imx_sc_tsens_remove, .driver = { - .name = "i.MX-sc-tsens", + .name = "imx-sc-thermal", .of_match_table = imx_sc_tsens_table, }, }; |