linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output
@ 2015-09-21  7:58 Tomas Winkler
  2015-10-04 11:19 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Tomas Winkler @ 2015-09-21  7:58 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Alexander Usyskin, linux-kernel, Alexander Kuleshov, Tomas Winkler

From: Alexander Kuleshov <kuleshovmail@gmail.com>

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
---
V2: fixed author address

 drivers/misc/mei/debugfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/mei/debugfs.c b/drivers/misc/mei/debugfs.c
index 4b469cf9e60f..c157f0ba575c 100644
--- a/drivers/misc/mei/debugfs.c
+++ b/drivers/misc/mei/debugfs.c
@@ -213,7 +213,7 @@ int mei_dbgfs_register(struct mei_device *dev, const char *name)
 	f = debugfs_create_file("active", S_IRUSR, dir,
 				dev, &mei_dbgfs_fops_active);
 	if (!f) {
-		dev_err(dev->dev, "meclients: registration failed\n");
+		dev_err(dev->dev, "active: registration failed\n");
 		goto err;
 	}
 	f = debugfs_create_file("devstate", S_IRUSR, dir,
-- 
2.4.3


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-25 16:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-21  7:58 [char-misc 1/2 4.3 V2] mei: Fix debugfs filename in error output Tomas Winkler
2015-10-04 11:19 ` Greg Kroah-Hartman
2015-10-05 14:47   ` Winkler, Tomas
2015-10-05 15:30     ` Greg Kroah-Hartman
2015-10-06  8:46       ` Winkler, Tomas
2015-10-25 12:45         ` Winkler, Tomas
2015-10-25 16:56           ` 'Greg Kroah-Hartman'

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).