summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorDave Airlie2016-06-03 06:39:41 +0200
committerDave Airlie2016-06-03 06:39:41 +0200
commitab3ab68493aaac6fea4ad1bb597def9f48f41c71 (patch)
tree70909d53788fee97021f8d9e55369700df9a04fb /drivers/gpu
parentMerge tag 'omapdrm-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff)
downloadkernel-qcow2-linux-ab3ab68493aaac6fea4ad1bb597def9f48f41c71.tar.gz
kernel-qcow2-linux-ab3ab68493aaac6fea4ad1bb597def9f48f41c71.tar.xz
kernel-qcow2-linux-ab3ab68493aaac6fea4ad1bb597def9f48f41c71.zip
drm/omap: fix unused variable warning.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/hdmi4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/hdmi4.c b/drivers/gpu/drm/omapdrm/dss/hdmi4.c
index f93c70acb768..4d46cdf7a037 100644
--- a/drivers/gpu/drm/omapdrm/dss/hdmi4.c
+++ b/drivers/gpu/drm/omapdrm/dss/hdmi4.c
@@ -101,7 +101,6 @@ static irqreturn_t hdmi_irq_handler(int irq, void *data)
static int hdmi_init_regulator(void)
{
- int r;
struct regulator *reg;
if (hdmi.vdda_reg != NULL)