drivers: staging: imx-drm driver cleanup
authorRene Kolarik <rene.kolarik@gmail.com>
Thu, 9 Oct 2014 18:29:32 +0000 (20:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:30:13 +0000 (10:30 +0800)
Wrapping two too long lines in two files of the imx-drm driver.

Signed-off-by: Rene Kolarik <rene.kolarik@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/imx-drm/imx-drm-core.c
drivers/staging/imx-drm/imx-tve.c

index 9cb222e2996f5e5391f7832ce9649bff580fd0ce..3ca1acdae72b0202427db4fa0fc8521e83f0430c 100644 (file)
@@ -632,7 +632,8 @@ static int imx_drm_platform_probe(struct platform_device *pdev)
                                continue;
                        }
 
-                       component_match_add(&pdev->dev, &match, compare_of, remote);
+                       component_match_add(&pdev->dev, &match, compare_of,
+                                           remote);
                        of_node_put(remote);
                }
                of_node_put(port);
index 42c651be6c2068955df736c05520d1765cad8773..f22b2ac4627ed616c30659447130b11003a97044 100644 (file)
@@ -665,7 +665,8 @@ static int imx_tve_bind(struct device *dev, struct device *master, void *data)
 
        ret = regmap_read(tve->regmap, TVE_COM_CONF_REG, &val);
        if (ret < 0) {
-               dev_err(dev, "failed to read configuration register: %d\n", ret);
+               dev_err(dev, "failed to read configuration register: %d\n",
+                       ret);
                return ret;
        }
        if (val != 0x00100000) {
This page took 0.02811 seconds and 5 git commands to generate.