[PATCH 1/2] drm/omap: dsi: Remove unused variable

2016-06-21 Thread Tomi Valkeinen
Hi Thierry, On 21/06/16 16:56, Thierry Reding wrote: > From: Thierry Reding > > Commit 973999aa0140 ("drm/omap: Remove regulator API abuse") removed the > only user of the local 'r' variable, which thus became unused. > > Signed-off-by: Thierry Reding > --- > drivers/gpu/drm/omapdrm/dss/dsi.c

[PATCH 1/2] drm/omap: dsi: Remove unused variable

2016-06-21 Thread Thierry Reding
On Tue, Jun 21, 2016 at 05:00:15PM +0300, Tomi Valkeinen wrote: > Hi Thierry, > > On 21/06/16 16:56, Thierry Reding wrote: > > From: Thierry Reding > > > > Commit 973999aa0140 ("drm/omap: Remove regulator API abuse") removed the > > only user of the local 'r' variable, which thus became unused.

[PATCH 1/2] drm/omap: dsi: Remove unused variable

2016-06-21 Thread Thierry Reding
From: Thierry Reding Commit 973999aa0140 ("drm/omap: Remove regulator API abuse") removed the only user of the local 'r' variable, which thus became unused. Signed-off-by: Thierry Reding --- drivers/gpu/drm/omapdrm/dss/dsi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/om