[PATCH 2/3] gpu: drm: Remove unnecessary parameter from drm_ht_remove_item()

2014-07-08 Thread Daniel Vetter
On Tue, Jul 08, 2014 at 01:40:44PM +0200, Thomas Hellstrom wrote: > On 07/08/2014 01:24 PM, Daniel Vetter wrote: > > On Tue, Jun 24, 2014 at 10:52:13PM +0100, Masaru Nomura wrote: > >> removed drm_open_hash from drm_ht_remove_item() as the parameter is > >> not used within the function. > >> > >> S

[PATCH 2/3] gpu: drm: Remove unnecessary parameter from drm_ht_remove_item()

2014-07-08 Thread Thomas Hellstrom
On 07/08/2014 01:24 PM, Daniel Vetter wrote: > On Tue, Jun 24, 2014 at 10:52:13PM +0100, Masaru Nomura wrote: >> removed drm_open_hash from drm_ht_remove_item() as the parameter is >> not used within the function. >> >> Signed-off-by: Masaru Nomura >> --- >> Please review this patch carefully. The

[PATCH 2/3] gpu: drm: Remove unnecessary parameter from drm_ht_remove_item()

2014-07-08 Thread Daniel Vetter
On Tue, Jun 24, 2014 at 10:52:13PM +0100, Masaru Nomura wrote: > removed drm_open_hash from drm_ht_remove_item() as the parameter is > not used within the function. > > Signed-off-by: Masaru Nomura > --- > Please review this patch carefully. The reason the parameter is passed > might be some hist

[PATCH 2/3] gpu: drm: Remove unnecessary parameter from drm_ht_remove_item()

2014-06-24 Thread Masaru Nomura
removed drm_open_hash from drm_ht_remove_item() as the parameter is not used within the function. Signed-off-by: Masaru Nomura --- Please review this patch carefully. The reason the parameter is passed might be some historical one or clarity of which drm_open_hash we remove an item from. driver