Re: [PATCH] gpu: drm: drm_dp_mst_topology.c: Fix improper use of strncat.

2014-10-05 Thread Mateusz Guzik
On Sun, Oct 05, 2014 at 11:46:03PM +0200, Rickard Strandqvist wrote: > I have now eliminate the need to use the temporary string, > and therefore also the use of strncat. > And I think this code is clearer and more effective. > The code is definitely less clear. > Signed-off-by: Rickard Strandqvi

[PATCH] gpu: drm: drm_dp_mst_topology.c: Fix improper use of strncat.

2014-10-05 Thread Rickard Strandqvist
I have now eliminate the need to use the temporary string, and therefore also the use of strncat. And I think this code is clearer and more effective. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/drm_dp_mst_topology.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions