From df72e30188f9725435df2234a69fb144e383b3dc Mon Sep 17 00:00:00 2001 From: Ike Panhc Date: Thu, 3 May 2012 17:38:35 +0800 Subject: [PATCH] --- yaml --- r: 310144 b: refs/heads/master c: a5c3892f56df57e2e1c0a069d72d1b20a1db202d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/platform/x86/ideapad-laptop.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 03cf45160243..4a28673e67e5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e4332e8e69e31cf6e6b1e17a1be25f5b8dde977e +refs/heads/master: a5c3892f56df57e2e1c0a069d72d1b20a1db202d diff --git a/trunk/drivers/platform/x86/ideapad-laptop.c b/trunk/drivers/platform/x86/ideapad-laptop.c index ac902f7a9baa..00d82f168c58 100644 --- a/trunk/drivers/platform/x86/ideapad-laptop.c +++ b/trunk/drivers/platform/x86/ideapad-laptop.c @@ -194,7 +194,6 @@ static int write_ec_cmd(acpi_handle handle, int cmd, unsigned long data) /* * debugfs */ -#define DEBUGFS_EVENT_LEN (4096) static int debugfs_status_show(struct seq_file *s, void *data) { unsigned long value; @@ -315,7 +314,7 @@ static int __devinit ideapad_debugfs_init(struct ideapad_private *priv) node = debugfs_create_file("status", S_IRUGO, priv->debug, NULL, &debugfs_status_fops); if (!node) { - pr_err("failed to create event in debugfs"); + pr_err("failed to create status in debugfs"); goto errout; }