https://github.com/torvalds/linux
Revision 46ac29568e63c9da9c15804648d3ed8c25e2dc44 authored by Dan Carpenter on 02 December 2013, 08:11:18 UTC, committed by Tomi Valkeinen on 04 December 2013, 08:50:16 UTC
We shouldn't kfree(fbi) because that was allocated with devm_kzalloc().
There were several error paths which returned directly instead of
releasing resources.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
1 parent 5a0973f
History
Tip revision: 46ac29568e63c9da9c15804648d3ed8c25e2dc44 authored by Dan Carpenter on 02 December 2013, 08:11:18 UTC
video: vt8500: fix error handling in probe()
Tip revision: 46ac295

back to top