* [PATCH] drivers: video: exynos: Fix compiler Warning [not found] <CAOesGMhwotSY-1WQmt+wtsrsH2m30VE=j-MwyhpYU3mt_PSPPw@mail.gmail.com> @ 2013-10-24 15:27 ` Kishon Vijay Abraham I 2013-10-24 15:31 ` Felipe Balbi 0 siblings, 1 reply; 2+ messages in thread From: Kishon Vijay Abraham I @ 2013-10-24 15:27 UTC (permalink / raw) To: gregkh Cc: inki.dae, dh09.lee, kyungmin.park, plagnioj, tomi.valkeinen, kgene.kim, linux-fbdev, linux-arm-kernel, linux-samsung-soc, linux-kernel, Kishon Vijay Abraham I, Sylwester Nawrocki Fixed the following compilation warning: ../../drivers/video/exynos/exynos_mipi_dsi.c: In function 'exynos_mipi_dsi_blank_mode': ../../drivers/video/exynos/exynos_mipi_dsi.c:144:26: warning: unused variable 'pdev' [-Wunused-variable] struct platform_device *pdev = to_platform_device(dsim->dev); Reported-by: Olof Johansson <olof@lixom.net> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> --- drivers/video/exynos/exynos_mipi_dsi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c index 00b3a52..cee9602 100644 --- a/drivers/video/exynos/exynos_mipi_dsi.c +++ b/drivers/video/exynos/exynos_mipi_dsi.c @@ -141,7 +141,6 @@ static int exynos_mipi_dsi_early_blank_mode(struct mipi_dsim_device *dsim, static int exynos_mipi_dsi_blank_mode(struct mipi_dsim_device *dsim, int power) { - struct platform_device *pdev = to_platform_device(dsim->dev); struct mipi_dsim_lcd_driver *client_drv = dsim->dsim_lcd_drv; struct mipi_dsim_lcd_device *client_dev = dsim->dsim_lcd_dev; -- 1.7.10.4 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drivers: video: exynos: Fix compiler Warning 2013-10-24 15:27 ` [PATCH] drivers: video: exynos: Fix compiler Warning Kishon Vijay Abraham I @ 2013-10-24 15:31 ` Felipe Balbi 0 siblings, 0 replies; 2+ messages in thread From: Felipe Balbi @ 2013-10-24 15:31 UTC (permalink / raw) To: Kishon Vijay Abraham I Cc: gregkh, inki.dae, dh09.lee, kyungmin.park, plagnioj, tomi.valkeinen, kgene.kim, linux-fbdev, linux-arm-kernel, linux-samsung-soc, linux-kernel, Sylwester Nawrocki [-- Attachment #1: Type: text/plain, Size: 632 bytes --] On Thu, Oct 24, 2013 at 08:57:34PM +0530, Kishon Vijay Abraham I wrote: > Fixed the following compilation warning: > ../../drivers/video/exynos/exynos_mipi_dsi.c: In function > 'exynos_mipi_dsi_blank_mode': > ../../drivers/video/exynos/exynos_mipi_dsi.c:144:26: warning: unused > variable 'pdev' [-Wunused-variable] > struct platform_device *pdev = to_platform_device(dsim->dev); > > Reported-by: Olof Johansson <olof@lixom.net> > Cc: Sylwester Nawrocki <s.nawrocki@samsung.com> > Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> pretty obvious patch: Reviewed-by: Felipe Balbi <balbi@ti.com> -- balbi [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-24 15:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAOesGMhwotSY-1WQmt+wtsrsH2m30VE=j-MwyhpYU3mt_PSPPw@mail.gmail.com>
2013-10-24 15:27 ` [PATCH] drivers: video: exynos: Fix compiler Warning Kishon Vijay Abraham I
2013-10-24 15:31 ` Felipe Balbi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox