From: Greg Kroah-Hartman Date: Fri, 25 Feb 2011 22:32:26 +0000 (-0800) Subject: Staging: samsung-laptop: fix header address for N128 X-Git-Tag: v2.6.39-rc1~469^2~413 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=189b5d559c49b6ba422a9e2e8d676b6f30f5d898;p=~emulex%2Finfiniband.git Staging: samsung-laptop: fix header address for N128 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/samsung-laptop/samsung-laptop.c b/drivers/staging/samsung-laptop/samsung-laptop.c index 17e2c9e943d..5a2899e23b9 100644 --- a/drivers/staging/samsung-laptop/samsung-laptop.c +++ b/drivers/staging/samsung-laptop/samsung-laptop.c @@ -115,7 +115,7 @@ static struct sabi_config sabi_configs[] = { { .test_string = "SECLINUX", - .main_function = 0x4c59, + .main_function = 0x4c49, .header_offsets = { .port = 0x00,