Re: [PATCH] drivers: staging: imx-drm Fix checkpatch warning

From: Greg KH
Date: Wed Oct 29 2014 - 11:45:09 EST


On Wed, Oct 15, 2014 at 11:37:24PM -0300, Gaston Gonzalez wrote:
> Fix line over 80 characters in imx-tve.c
>
> Signed-off-by: Gaston Gonzalez <gascoar@xxxxxxxxx>
> ---
> 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) {

Does not apply :(
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/