diff options
author | Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> | 2014-09-02 09:51:18 -0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-09-17 10:54:59 +1000 |
commit | e3a9b04621681d0f07bc8e9935684e6400edef7c (patch) | |
tree | 74ecc635fe3acb3fad6a6b70e54a62d07a825e1c | |
parent | 75ece7b788f37bf7a2c51ff199b2011ee5e631a4 (diff) | |
download | blackbird-op-linux-e3a9b04621681d0f07bc8e9935684e6400edef7c.tar.gz blackbird-op-linux-e3a9b04621681d0f07bc8e9935684e6400edef7c.zip |
drm/tilcdc: panel: Spurious whitespace removal
Just a cosmetic cleanup.
Tested-by: Darren Etheridge <detheridge@ti.com>
Tested-by: Johannes Pointner <johannes.pointner@br-automation.com>
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | drivers/gpu/drm/tilcdc/tilcdc_panel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_panel.c index 8f88bfd14822..4b36e68158b2 100644 --- a/drivers/gpu/drm/tilcdc/tilcdc_panel.c +++ b/drivers/gpu/drm/tilcdc/tilcdc_panel.c @@ -348,7 +348,6 @@ static int panel_probe(struct platform_device *pdev) struct pinctrl *pinctrl; int ret = -EINVAL; - /* bail out early if no DT data: */ if (!node) { dev_err(&pdev->dev, "device-tree data is missing\n"); |