diff options
author | Ezequiel Garcia <[email protected]> | 2014-09-02 09:51:18 -0300 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2014-09-17 10:54:59 +1000 |
commit | e3a9b04621681d0f07bc8e9935684e6400edef7c (patch) | |
tree | 74ecc635fe3acb3fad6a6b70e54a62d07a825e1c | |
parent | 75ece7b788f37bf7a2c51ff199b2011ee5e631a4 (diff) |
drm/tilcdc: panel: Spurious whitespace removal
Just a cosmetic cleanup.
Tested-by: Darren Etheridge <[email protected]>
Tested-by: Johannes Pointner <[email protected]>
Signed-off-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
-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"); |