Dan Carpenter <[email protected]> writes: > If we "goto out;" then it calls display_timings_release(timings); > Since "timings" is NULL, that's going to oops. Just return directly. > > Fixes: 420a488278e8 ('video: fbdev: pxafb: initial devicetree conversion') > Signed-off-by: Dan Carpenter <[email protected]> Acked-by: Robert Jarzmik <[email protected]>
Cheers. -- Robert

