[PATCH] drm: shmobile: Use devm_* managed functions

2013-06-14 Thread Laurent Pinchart
Hi Dave, Could you please take this patch in your tree for v3.11 ? On Thursday 25 April 2013 12:14:54 Laurent Pinchart wrote: > This simplifies cleanup paths and fixes a probe time crash in the error > path when trying to cleanup mode setting before it was initialized. > > Signed-off-by: Laurent

Re: [PATCH] drm: shmobile: Use devm_* managed functions

2013-06-14 Thread Laurent Pinchart
Hi Dave, Could you please take this patch in your tree for v3.11 ? On Thursday 25 April 2013 12:14:54 Laurent Pinchart wrote: > This simplifies cleanup paths and fixes a probe time crash in the error > path when trying to cleanup mode setting before it was initialized. > > Signed-off-by: Laurent

[PATCH] drm: shmobile: Use devm_* managed functions

2013-04-25 Thread Laurent Pinchart
This simplifies cleanup paths and fixes a probe time crash in the error path when trying to cleanup mode setting before it was initialized. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/shmobile/shmob_drm_drv.c | 28 +--- drivers/gpu/drm/shmobile/shmob_drm_plane.c

[PATCH] drm: shmobile: Use devm_* managed functions

2013-04-25 Thread Laurent Pinchart
This simplifies cleanup paths and fixes a probe time crash in the error path when trying to cleanup mode setting before it was initialized. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/shmobile/shmob_drm_drv.c | 28 +--- drivers/gpu/drm/shmobile/shmob_drm_plane.c