Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271986
b: refs/heads/master
c: a7ea199
h: refs/heads/master
v: v3
  • Loading branch information
David Herrmann authored and Matthew Garrett committed Oct 24, 2011
1 parent 23170d0 commit 2466ec3
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: bee460be8c691c544e84ed678280ace6153104c6
refs/heads/master: a7ea19926ffba86f373f6050a106cd162dbb9a78
3 changes: 1 addition & 2 deletions trunk/drivers/platform/x86/samsung-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ static int __init samsung_init(void)
sabi_iface = ioremap_nocache(ifaceP, 16);
if (!sabi_iface) {
pr_err("Can't remap %x\n", ifaceP);
goto exit;
goto error_no_signature;
}
if (debug) {
printk(KERN_DEBUG "ifaceP = 0x%08x\n", ifaceP);
Expand Down Expand Up @@ -833,7 +833,6 @@ static int __init samsung_init(void)
if (retval)
goto error_file_create;

exit:
return 0;

error_file_create:
Expand Down

0 comments on commit 2466ec3

Please sign in to comment.