MLK-12215 video: mxsfb: free the 'timings' after using it to avoid resource leak
authorFancy Fang <chen.fang@nxp.com>
Tue, 12 Jan 2016 09:29:19 +0000 (17:29 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:46 +0000 (14:49 -0500)
commit1c4165b04795d7e39236c01bcf9a42b843dea3a0
treeec5f0058abdcfb248adc44f271a2bb6d72b75032
parent454bbc27bb129485d594fe83039a2cf54ceb68e0
MLK-12215 video: mxsfb: free the 'timings' after using it to avoid resource leak

The 'timings' is allocated by 'of_get_display_timings()'
dynamically. So it should be freed when it is not used
anymore.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
drivers/video/fbdev/mxsfb.c