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>
This commit is contained in:
Tomi Valkeinen
2016-06-03 14:27:03 +03:00
committed by Dave Airlie
parent 9920779c90
commit 8533273962
2 changed files with 0 additions and 2 deletions

View File

@@ -120,7 +120,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)