Skip to content

Commit

Permalink
drm/omap: fix unused variable warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed Jun 3, 2016
1 parent f1777aa commit ab3ab68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/omapdrm/dss/hdmi4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ab3ab68

Please sign in to comment.