diff options
author | Thierry Reding <treding@nvidia.com> | 2016-06-03 11:18:32 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-06-13 02:30:48 -0400 |
commit | dc982832bfde32f6a6dcbfcec355f071aa008d31 (patch) | |
tree | 4c3574c9c1383760f2720c33293032d63077b818 /drivers/gpu/drm/panel | |
parent | 8159884644919fd108580f2eba758fd604ef4593 (diff) |
drm/panel: simple: Remove gratuitous blank line
This blank line was introduced in commit c8521969dea2 ("drm/panel:
simple: Add support for BOE TV080WUM-NL0"), likely by mistake.
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/panel')
-rw-r--r-- | drivers/gpu/drm/panel/panel-simple.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index 0e7c676913c6..359cd37d09cb 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c | |||
@@ -1701,7 +1701,6 @@ static const struct panel_desc_dsi panasonic_vvx10f004b00 = { | |||
1701 | .lanes = 4, | 1701 | .lanes = 4, |
1702 | }; | 1702 | }; |
1703 | 1703 | ||
1704 | |||
1705 | static const struct of_device_id dsi_of_match[] = { | 1704 | static const struct of_device_id dsi_of_match[] = { |
1706 | { | 1705 | { |
1707 | .compatible = "auo,b080uan01", | 1706 | .compatible = "auo,b080uan01", |