Re: [PATCH] amdgpu/dc: remove pointless returns in the i2caux constructor paths. (v2)

2017-09-29 Thread Harry Wentland
On 2017-09-29 01:44 AM, Dave Airlie wrote: > From: Dave Airlie > > There was lots of return true, and error checking that was never used > in these paths. > > Just remove it all. > > v2: I missed one return true. > > Signed-off-by: Dave Airlie Thanks

[PATCH] amdgpu/dc: remove pointless returns in the i2caux constructor paths. (v2)

2017-09-28 Thread Dave Airlie
From: Dave Airlie There was lots of return true, and error checking that was never used in these paths. Just remove it all. v2: I missed one return true. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/display/dc/i2caux/aux_engine.c | 6 ++--