drm: Make drm_dp_mst_dsc_aux_for_port() safe for old compilers
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 20 Feb 2020 00:42:47 +0000 (16:42 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 27 Apr 2020 18:01:16 +0000 (11:01 -0700)
commit53965dbe5396d2945c7cf53c77c7b5532b08791c
tree8e50c8bb1e9602006689ae855db3e94e50bbf2fb
parent47fbb074536ecca5e0af3dcce340954c09ed4d1e
drm: Make drm_dp_mst_dsc_aux_for_port() safe for old compilers

Older compilers either want two extra pairs of curly braces around the
initializer for local variable desc, or they want a single pair of curly
braces with nothing inside.  Because current Linux-kernel practice favors
the latter, this commit makes it so.

Suggested-by: Chris Wilson <chris@chris-wilson.co.uk>
Suggested-by: Joe Perches <joe@perches.com>
Suggested-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
drivers/gpu/drm/drm_dp_mst_topology.c