Commit 59a89140 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: pt3: no need to check if null for dvb_module_release()



Such check is already there at the routine. So, no need to
repeat it outside.

Cc: Akihiro Tsukada <tskd08@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 1e251013
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -619,9 +619,7 @@ static void pt3_cleanup_adapter(struct pt3_board *pt3, int index)
		adap->fe->callback = NULL;
		if (adap->fe->frontend_priv)
			dvb_unregister_frontend(adap->fe);
		if (adap->i2c_tuner)
		dvb_module_release(adap->i2c_tuner);
		if (adap->i2c_demod)
		dvb_module_release(adap->i2c_demod);
	}
	pt3_free_dmabuf(adap);