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

Commit a6d76132 authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (5639a): Fix dst usage count

parent c74e83a8
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -1721,9 +1721,6 @@ static void dst_release(struct dvb_frontend *fe)
		symbol_put(dst_ca_attach);
		symbol_put(dst_ca_attach);
#endif
#endif
	}
	}
#ifdef CONFIG_DVB_CORE_ATTACH
	symbol_put(dst_attach);
#endif
	kfree(state);
	kfree(state);
}
}