* [PATCH] use __func__ to print "dcon_freeze_store"
@ 2017-07-14 15:08 KIU Shueng Chuan
0 siblings, 0 replies; only message in thread
From: KIU Shueng Chuan @ 2017-07-14 15:08 UTC (permalink / raw)
To: Jens Frederich, Daniel Drake, Jon Nettleton; +Cc: gregkh, devel, linux-kernel
Signed-off-by: KIU Shueng Chuan <nixchuan@gmail.com>
---
drivers/staging/olpc_dcon/olpc_dcon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/olpc_dcon/olpc_dcon.c b/drivers/staging/olpc_dcon/olpc_dcon.c
index f7f3a780ec10..3a8d99fa9e49 100644
--- a/drivers/staging/olpc_dcon/olpc_dcon.c
+++ b/drivers/staging/olpc_dcon/olpc_dcon.c
@@ -456,7 +456,7 @@ static ssize_t dcon_freeze_store(struct device *dev,
if (ret)
return ret;
- pr_info("dcon_freeze_store: %lu\n", output);
+ pr_info("%s: %lu\n", __func__, output);
switch (output) {
case 0:
--
2.13.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-07-14 15:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-14 15:08 [PATCH] use __func__ to print "dcon_freeze_store" KIU Shueng Chuan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®