diff options
| author | Ezequiel Garcia <[email protected]> | 2014-09-02 12:51:18 +0000 |
|---|---|---|
| committer | Dave Airlie <[email protected]> | 2014-09-17 00:54:59 +0000 |
| commit | e3a9b04621681d0f07bc8e9935684e6400edef7c (patch) | |
| tree | 74ecc635fe3acb3fad6a6b70e54a62d07a825e1c /drivers/gpu/drm/tilcdc/tilcdc_panel.c | |
| parent | drm/tilcdc: panel: Remove unused variable (diff) | |
| download | kernel-e3a9b04621681d0f07bc8e9935684e6400edef7c.tar.gz kernel-e3a9b04621681d0f07bc8e9935684e6400edef7c.zip | |
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]>
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_panel.c')
| -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"); |
