aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWeiping Pan <panweiping3@gmail.com>2011-05-16 02:49:47 -0400
committerMatthew Garrett <mjg@redhat.com>2011-05-27 12:38:25 -0400
commit5ddf9c5fa5a78036790ed72aaed3b84ee7dd4532 (patch)
tree5a255c5a7f7979a834096fa031d0d9dd0391976f /drivers
parent8ae68de15d5ddaa8d41e197a730e19223adab2e1 (diff)
platform/x86:delete two unused variables
variable handle is not used in these two functions, just delete them. Signed-off-by: Weiping Pan <panweiping3@gmail.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/platform/x86/sony-laptop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c
index 12dd0a62f305..bbd182e178cb 100644
--- a/drivers/platform/x86/sony-laptop.c
+++ b/drivers/platform/x86/sony-laptop.c
@@ -962,7 +962,6 @@ static int sony_backlight_get_brightness(struct backlight_device *bd)
962static int sony_nc_get_brightness_ng(struct backlight_device *bd) 962static int sony_nc_get_brightness_ng(struct backlight_device *bd)
963{ 963{
964 int result; 964 int result;
965 int *handle = (int *)bl_get_data(bd);
966 struct sony_backlight_props *sdev = 965 struct sony_backlight_props *sdev =
967 (struct sony_backlight_props *)bl_get_data(bd); 966 (struct sony_backlight_props *)bl_get_data(bd);
968 967
@@ -974,7 +973,6 @@ static int sony_nc_get_brightness_ng(struct backlight_device *bd)
974static int sony_nc_update_status_ng(struct backlight_device *bd) 973static int sony_nc_update_status_ng(struct backlight_device *bd)
975{ 974{
976 int value, result; 975 int value, result;
977 int *handle = (int *)bl_get_data(bd);
978 struct sony_backlight_props *sdev = 976 struct sony_backlight_props *sdev =
979 (struct sony_backlight_props *)bl_get_data(bd); 977 (struct sony_backlight_props *)bl_get_data(bd);
980 978