[PATCH 4.6 120/121] drm: msm: remove unused variable

2016-06-05 Thread Greg Kroah-Hartman
4.6-stable review patch.  If anyone has any objections, please let me know.

--

From: Arnd Bergmann 

commit 6979cd54c0667189bb0805c0fcebfef8afc5a191 upstream.

A recent cleanup removed the only user of the 'kms' variable in
msm_preclose(), causing a harmless compiler warning:

drivers/gpu/drm/msm/msm_drv.c: In function 'msm_preclose':
drivers/gpu/drm/msm/msm_drv.c:468:18: error: unused variable 'kms' 
[-Werror=unused-variable]

This removes the variable as well.

Signed-off-by: Arnd Bergmann 
Fixes: 4016260ba47a ("drm/msm: fix bug after preclose removal")
Signed-off-by: Rob Clark 
Signed-off-by: Greg Kroah-Hartman 

---
 drivers/gpu/drm/msm/msm_drv.c |1 -
 1 file changed, 1 deletion(-)

--- a/drivers/gpu/drm/msm/msm_drv.c
+++ b/drivers/gpu/drm/msm/msm_drv.c
@@ -465,7 +465,6 @@ static void msm_preclose(struct drm_devi
 {
struct msm_drm_private *priv = dev->dev_private;
struct msm_file_private *ctx = file->driver_priv;
-   struct msm_kms *kms = priv->kms;
 
mutex_lock(>struct_mutex);
if (ctx == priv->lastctx)




[PATCH 4.6 120/121] drm: msm: remove unused variable

2016-06-05 Thread Greg Kroah-Hartman
4.6-stable review patch.  If anyone has any objections, please let me know.

--

From: Arnd Bergmann 

commit 6979cd54c0667189bb0805c0fcebfef8afc5a191 upstream.

A recent cleanup removed the only user of the 'kms' variable in
msm_preclose(), causing a harmless compiler warning:

drivers/gpu/drm/msm/msm_drv.c: In function 'msm_preclose':
drivers/gpu/drm/msm/msm_drv.c:468:18: error: unused variable 'kms' 
[-Werror=unused-variable]

This removes the variable as well.

Signed-off-by: Arnd Bergmann 
Fixes: 4016260ba47a ("drm/msm: fix bug after preclose removal")
Signed-off-by: Rob Clark 
Signed-off-by: Greg Kroah-Hartman 

---
 drivers/gpu/drm/msm/msm_drv.c |1 -
 1 file changed, 1 deletion(-)

--- a/drivers/gpu/drm/msm/msm_drv.c
+++ b/drivers/gpu/drm/msm/msm_drv.c
@@ -465,7 +465,6 @@ static void msm_preclose(struct drm_devi
 {
struct msm_drm_private *priv = dev->dev_private;
struct msm_file_private *ctx = file->driver_priv;
-   struct msm_kms *kms = priv->kms;
 
mutex_lock(>struct_mutex);
if (ctx == priv->lastctx)