Re: drm_dp_mst_topology.c and old compilers

2020-02-20 Thread Paul E. McKenney
On Thu, Feb 20, 2020 at 07:58:58AM +, Chris Wilson wrote: > Quoting Alex Deucher (2020-02-20 02:52:32) > > On Wed, Feb 19, 2020 at 7:42 PM Paul E. McKenney wrote: > > > > > > Hello! > > > > > > A box with GCC 4.8.3 compiler didn't like drm_dp_mst_topology.c. The > > > following (lightly

Re: drm_dp_mst_topology.c and old compilers

2020-02-20 Thread Joe Perches
On Wed, 2020-02-19 at 16:42 -0800, Paul E. McKenney wrote: > Hello! > > A box with GCC 4.8.3 compiler didn't like drm_dp_mst_topology.c. The > following (lightly tested) patch makes it happy and seems OK for newer > compilers as well. > > Is this of interest? [] > diff --git

Re: drm_dp_mst_topology.c and old compilers

2020-02-19 Thread Chris Wilson
Quoting Alex Deucher (2020-02-20 02:52:32) > On Wed, Feb 19, 2020 at 7:42 PM Paul E. McKenney wrote: > > > > Hello! > > > > A box with GCC 4.8.3 compiler didn't like drm_dp_mst_topology.c. The > > following (lightly tested) patch makes it happy and seems OK for newer > > compilers as well. > > >

Re: drm_dp_mst_topology.c and old compilers

2020-02-19 Thread Alex Deucher
On Wed, Feb 19, 2020 at 7:42 PM Paul E. McKenney wrote: > > Hello! > > A box with GCC 4.8.3 compiler didn't like drm_dp_mst_topology.c. The > following (lightly tested) patch makes it happy and seems OK for newer > compilers as well. > > Is this of interest? How about a memset instead? That

drm_dp_mst_topology.c and old compilers

2020-02-19 Thread Paul E. McKenney
Hello! A box with GCC 4.8.3 compiler didn't like drm_dp_mst_topology.c. The following (lightly tested) patch makes it happy and seems OK for newer compilers as well. Is this of interest? Thanx, Paul