hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/media/tuners/mt20xx.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * i2c tv tuner chip device driver
34 * controls microtune tuners, mt2032 + mt2050 at the moment.
....@@ -636,7 +637,7 @@
636637 return NULL;
637638 }
638639
639
- strlcpy(fe->ops.tuner_ops.info.name, name,
640
+ strscpy(fe->ops.tuner_ops.info.name, name,
640641 sizeof(fe->ops.tuner_ops.info.name));
641642 tuner_info("microtune %s found, OK\n",name);
642643 return fe;