devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: staging: imx-drm Fix checkpatch warning
@ 2014-10-16  2:37 Gaston Gonzalez
  2014-10-29  9:25 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Gaston Gonzalez @ 2014-10-16  2:37 UTC (permalink / raw)
  To: gregkh, grant.likely, robh+dt; +Cc: devel, devicetree, linux-kernel

Fix line over 80 characters in imx-tve.c

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
---
 drivers/staging/imx-drm/imx-tve.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/imx-drm/imx-tve.c b/drivers/staging/imx-drm/imx-tve.c
index 3e8b0a1..a46905f 100644
--- a/drivers/staging/imx-drm/imx-tve.c
+++ b/drivers/staging/imx-drm/imx-tve.c
@@ -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) {
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-29  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-16  2:37 [PATCH] drivers: staging: imx-drm Fix checkpatch warning Gaston Gonzalez
2014-10-29  9:25 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).