staging: fbtft: Fix line over 80 characters
Fix line with over 80 characters to get rid of the warning given by checkpatch Signed-off-by: Daniela Mormocea <daniela.mormocea@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8e99e99baf
commit
5e8e08c81f
|
@ -718,7 +718,9 @@ static int flexfb_probe_common(struct spi_device *sdev,
|
||||||
par->fbtftops.write_vmem = fbtft_write_vmem16_bus16;
|
par->fbtftops.write_vmem = fbtft_write_vmem16_bus16;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
dev_err(dev, "argument 'buswidth': %d is not supported with parallel.\n", buswidth);
|
dev_err(dev,
|
||||||
|
"argument 'buswidth': %d is not supported with parallel.\n",
|
||||||
|
buswidth);
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue