aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/cc_driver.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2018-01-11 13:10:11 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-15 15:50:35 +0100
commit4d6142760309686cf8c83f03e2aea0e60edfd555 (patch)
treeb699dc24531beee5ed45a25526fc630ba3ee4cea /drivers/staging/ccree/cc_driver.c
parentstaging: lustre: libcfs: remove workitem code. (diff)
downloadlinux-dev-4d6142760309686cf8c83f03e2aea0e60edfd555.tar.xz
linux-dev-4d6142760309686cf8c83f03e2aea0e60edfd555.zip
staging: ccree: don't break lines unnecessarily
These lines are less than 80 characters so we don't need to break them up into chunks. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree/cc_driver.c')
-rw-r--r--drivers/staging/ccree/cc_driver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/ccree/cc_driver.c b/drivers/staging/ccree/cc_driver.c
index 6682d9d93931..192b1759de45 100644
--- a/drivers/staging/ccree/cc_driver.c
+++ b/drivers/staging/ccree/cc_driver.c
@@ -216,8 +216,7 @@ static int init_cc_resources(struct platform_device *plat_dev)
}
if (rc) {
- dev_err(dev, "Failed in dma_set_mask, mask=%par\n",
- &dma_mask);
+ dev_err(dev, "Failed in dma_set_mask, mask=%par\n", &dma_mask);
return rc;
}