kernel/drivers/media/tuners/mt20xx.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * i2c tv tuner chip device driver 3 4 * controls microtune tuners, mt2032 + mt2050 at the moment. .. .. @@ -636,7 +637,7 @@ 636 637 return NULL; 637 638 } 638 639 639 - strlcpy(fe->ops.tuner_ops.info.name, name,640 + strscpy(fe->ops.tuner_ops.info.name, name,640 641 sizeof(fe->ops.tuner_ops.info.name)); 641 642 tuner_info("microtune %s found, OK\n",name); 642 643 return fe;