diff options
author | Chen-Yu Tsai <[email protected]> | 2017-02-17 11:13:28 +0800 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2017-03-07 22:15:15 +0100 |
commit | 8a16469b74af0fb584686e5e18d2cf3570424e4b (patch) | |
tree | 22c5ce8702455fa40e5b40d86bce922e36e4c7a1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f43fbe7a59b6e2fd8b366321e5163c3499b80b26 (diff) |
drm/sun4i: Drop useless assignment in sun4i_layers_init
The assignment found in the main loop in sun4i_layers_init:
struct sun4i_layer *layer = layers[i];
is useless as it gets overwritten by the next line:
layer = sun4i_layer_init_one(drm, plane);
Drop the assignment.
Signed-off-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions