Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1065c96 authored by Syam Sidhardhan's avatar Syam Sidhardhan Committed by Mauro Carvalho Chehab
Browse files

[media] media: tuners: Remove redundant NULL check before kfree



kfree on NULL pointer is a no-op.

Signed-off-by: default avatarSyam Sidhardhan <s.syam@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 18552ea1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1378,7 +1378,6 @@ static int xc2028_set_config(struct dvb_frontend *fe, void *priv_cfg)
	 * For the firmware name, keep a local copy of the string,
	 * in order to avoid troubles during device release.
	 */
	if (priv->ctrl.fname)
	kfree(priv->ctrl.fname);
	memcpy(&priv->ctrl, p, sizeof(priv->ctrl));
	if (p->fname) {