summaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_driver.c
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2017-07-27 13:43:17 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-28 07:54:06 +0300
commit4a457c1710ab6cf9885b93a9aa93e8718abaca45 (patch)
tree6d286eef63a91a2bd2ed06dc1f7c43f600cc19c8 /drivers/staging/ccree/ssi_driver.c
parent28471424d1ce1b0fecbe788b1e283f52992b91ef (diff)
downloadlinux-4a457c1710ab6cf9885b93a9aa93e8718abaca45.tar.xz
staging: ccree: remove func name from log messages
The SSI_LOG macros already add __func__ to log messages, so remove log message that add them a second time in the log message itself. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree/ssi_driver.c')
-rw-r--r--drivers/staging/ccree/ssi_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ccree/ssi_driver.c b/drivers/staging/ccree/ssi_driver.c
index e0faca0a30a6..a4ab9ef4baf7 100644
--- a/drivers/staging/ccree/ssi_driver.c
+++ b/drivers/staging/ccree/ssi_driver.c
@@ -81,7 +81,7 @@ void dump_byte_array(const char *name, const u8 *the_array, unsigned long size)
char line_buf[80];
if (!the_array) {
- SSI_LOG_ERR("cannot %s - NULL pointer\n", __func__);
+ SSI_LOG_ERR("cannot dump array - NULL pointer\n");
return;
}