Skip to content

Commit

Permalink
Staging: samsung-laptop: fix header address for N128
Browse files Browse the repository at this point in the history
When doing the conversion to the "support more than one model" the
header address of the N128 was incorrectly copied.

This fixes the driver to work properly now on this laptop model.

Cc: Ingmar Steen <iksteen@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Feb 25, 2011
1 parent db559b0 commit 189b5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/samsung-laptop/samsung-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static struct sabi_config sabi_configs[] = {
{
.test_string = "SECLINUX",

.main_function = 0x4c59,
.main_function = 0x4c49,

.header_offsets = {
.port = 0x00,
Expand Down

0 comments on commit 189b5d5

Please sign in to comment.