Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310144
b: refs/heads/master
c: a5c3892
h: refs/heads/master
v: v3
  • Loading branch information
Ike Panhc authored and Matthew Garrett committed May 31, 2012
1 parent fa6aa7d commit df72e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4332e8e69e31cf6e6b1e17a1be25f5b8dde977e
refs/heads/master: a5c3892f56df57e2e1c0a069d72d1b20a1db202d
3 changes: 1 addition & 2 deletions trunk/drivers/platform/x86/ideapad-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit df72e30

Please sign in to comment.