Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165248
b: refs/heads/master
c: aeb41b8
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Aug 28, 2009
1 parent a60fed7 commit 47612ea
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b09f5fecf8b97c9de7add3e2eb0cfeb91ef28dbb
refs/heads/master: aeb41b852fe90764b75ef7a9f185ca94696af6ff
4 changes: 2 additions & 2 deletions trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ static int eeepc_hotk_add(struct acpi_device *device)
int result;

if (!device)
return -EINVAL;
return -EINVAL;
pr_notice(EEEPC_HOTK_NAME "\n");
ehotk = kzalloc(sizeof(struct eeepc_hotk), GFP_KERNEL);
if (!ehotk)
Expand Down Expand Up @@ -1265,7 +1265,7 @@ static int eeepc_hotk_add(struct acpi_device *device)
static int eeepc_hotk_remove(struct acpi_device *device, int type)
{
if (!device || !acpi_driver_data(device))
return -EINVAL;
return -EINVAL;

eeepc_backlight_exit();
eeepc_rfkill_exit();
Expand Down

0 comments on commit 47612ea

Please sign in to comment.