diff options
| author | Dave Airlie <airlied@redhat.com> | 2016-06-03 00:39:41 -0400 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2016-06-03 00:39:41 -0400 |
| commit | ab3ab68493aaac6fea4ad1bb597def9f48f41c71 (patch) | |
| tree | 70909d53788fee97021f8d9e55369700df9a04fb | |
| parent | f1777aaf8468c674e2ef962fca6ef0e716755e00 (diff) | |
drm/omap: fix unused variable warning.
Signed-off-by: Dave Airlie <airlied@redhat.com>
| -rw-r--r-- | drivers/gpu/drm/omapdrm/dss/hdmi4.c | 1 |
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) | |||
| 101 | 101 | ||
| 102 | static int hdmi_init_regulator(void) | 102 | static int hdmi_init_regulator(void) |
| 103 | { | 103 | { |
| 104 | int r; | ||
| 105 | struct regulator *reg; | 104 | struct regulator *reg; |
| 106 | 105 | ||
| 107 | if (hdmi.vdda_reg != NULL) | 106 | if (hdmi.vdda_reg != NULL) |
