Re: [PATCH 5/5] drm/tinydrm: Embed the mode in tinydrm_connector

2018-01-06 Thread David Lechner
On 01/06/2018 06:49 AM, Noralf Trønnes wrote: Den 05.01.2018 20.14, skrev David Lechner: On 01/05/2018 10:56 AM, Noralf Trønnes wrote: Embed the mode in tinydrm_connector instead of doing an devm_ allocation. Remove unnecessary use of ret variable at the end of tinydrm_display_pipe_init(). Si

Re: [PATCH 5/5] drm/tinydrm: Embed the mode in tinydrm_connector

2018-01-06 Thread Noralf Trønnes
Den 05.01.2018 20.14, skrev David Lechner: On 01/05/2018 10:56 AM, Noralf Trønnes wrote: Embed the mode in tinydrm_connector instead of doing an devm_ allocation. Remove unnecessary use of ret variable at the end of tinydrm_display_pipe_init(). Signed-off-by: Noralf Trønnes ---   drivers/gpu

Re: [PATCH 5/5] drm/tinydrm: Embed the mode in tinydrm_connector

2018-01-05 Thread David Lechner
On 01/05/2018 10:56 AM, Noralf Trønnes wrote: Embed the mode in tinydrm_connector instead of doing an devm_ allocation. Remove unnecessary use of ret variable at the end of tinydrm_display_pipe_init(). Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c | 34

[PATCH 5/5] drm/tinydrm: Embed the mode in tinydrm_connector

2018-01-05 Thread Noralf Trønnes
Embed the mode in tinydrm_connector instead of doing an devm_ allocation. Remove unnecessary use of ret variable at the end of tinydrm_display_pipe_init(). Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c | 34 +++-- 1 file changed, 13 inserti