Re: [PATCH 20/51] drm: Handle dev->unique with drmm_

2020-03-23 Thread Daniel Vetter
On Fri, Mar 06, 2020 at 09:37:10PM +0100, Sam Ravnborg wrote: > On Mon, Mar 02, 2020 at 11:26:00PM +0100, Daniel Vetter wrote: > > We need to add a drmm_kstrdup for this, but let's start somewhere. > > > > This is not exactly perfect onion unwinding, but it's jsut a kfree so > > doesn't really mat

Re: [PATCH 20/51] drm: Handle dev->unique with drmm_

2020-03-11 Thread Thomas Zimmermann
Am 02.03.20 um 23:26 schrieb Daniel Vetter: > We need to add a drmm_kstrdup for this, but let's start somewhere. > > This is not exactly perfect onion unwinding, but it's jsut a kfree so > doesn't really matter at all. > > Signed-off-by: Daniel Vetter Acked-by: Thomas Zimmermann > --- > dr

Re: [PATCH 20/51] drm: Handle dev->unique with drmm_

2020-03-06 Thread Sam Ravnborg
On Mon, Mar 02, 2020 at 11:26:00PM +0100, Daniel Vetter wrote: > We need to add a drmm_kstrdup for this, but let's start somewhere. > > This is not exactly perfect onion unwinding, but it's jsut a kfree so > doesn't really matter at all. > > Signed-off-by: Daniel Vetter Reluctanlyt... But anywa