From: Ezequiel Garcia Date: Tue, 2 Sep 2014 12:51:18 +0000 (-0300) Subject: drm/tilcdc: panel: Spurious whitespace removal X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e3a9b04621681d0f07bc8e9935684e6400edef7c;p=linux.git drm/tilcdc: panel: Spurious whitespace removal Just a cosmetic cleanup. Tested-by: Darren Etheridge Tested-by: Johannes Pointner Signed-off-by: Ezequiel Garcia Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_panel.c index 8f88bfd14822f..4b36e68158b2a 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");