diff options
author | 2016-06-03 14:27:03 +0300 | |
---|---|---|
committer | 2016-06-09 12:31:36 +1000 | |
commit | 85332739628fe4beafecdb713438c7cb1454c2f5 (patch) | |
tree | 9bf6732e61b23e993f29a8fec97f4626d4c98c80 /drivers/gpu/drm/omapdrm/dss/dsi.c | |
parent | Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixes (diff) | |
download | wireguard-linux-85332739628fe4beafecdb713438c7cb1454c2f5.tar.xz wireguard-linux-85332739628fe4beafecdb713438c7cb1454c2f5.zip |
drm/omap: fix unused variable warning in dsi & hdmi
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/dsi.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/dsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dsi.c b/drivers/gpu/drm/omapdrm/dss/dsi.c index 9ed8272e54ae..56c43f355ce3 100644 --- a/drivers/gpu/drm/omapdrm/dss/dsi.c +++ b/drivers/gpu/drm/omapdrm/dss/dsi.c @@ -1167,7 +1167,6 @@ static int dsi_regulator_init(struct platform_device *dsidev) { struct dsi_data *dsi = dsi_get_dsidrv_data(dsidev); struct regulator *vdds_dsi; - int r; if (dsi->vdds_dsi_reg != NULL) return 0; |