]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: of: display_timing: double free on error
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 11 Jul 2014 09:21:36 +0000 (12:21 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 26 Aug 2014 11:23:47 +0000 (14:23 +0300)
commit62795a0d81970bfdd5866ffd87160c670a6b344c
tree1852d0768e45e72eafee5a5ba3c930581a7881fc
parent6c131850eca653344c41d68ce87f3ab5a89af89e
video: of: display_timing: double free on error

The display_timings_release() function frees "disp" and we free it
again on the next line.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/of_display_timing.c