diff options
author | Dan Carpenter <[email protected]> | 2016-07-15 14:07:32 +0300 |
---|---|---|
committer | Tomi Valkeinen <[email protected]> | 2016-08-11 17:54:57 +0300 |
commit | e0299908d606a99e7ffb467bc3c11dfe54133af3 (patch) | |
tree | 308d05daffe49c3d4980cd8482cb9c12a470eba2 /scripts/gdb/linux/lists.py | |
parent | 53d73a0adc818d6a72168c7cc33dd2a45735131a (diff) |
video: fbdev: pxafb: potential NULL dereference on error
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]>
Signed-off-by: Tomi Valkeinen <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions