Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39595
b: refs/heads/master
c: 3cd5b87
h: refs/heads/master
i:
  39593: d0222cb
  39591: aafdb22
v: v3
  • Loading branch information
Lebedev, Vladimir P authored and Len Brown committed Oct 14, 2006
1 parent cfdceb4 commit 7f4f6d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 963497c12acb4d43caa9751b9291b014eea51a1a
refs/heads/master: 3cd5b87d96db503f69a5892b8f5350d356d18969
10 changes: 5 additions & 5 deletions trunk/drivers/acpi/sbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ static int update_info_mode = UPDATE_INFO_MODE;
static int update_time = UPDATE_TIME;
static int update_time2 = UPDATE_TIME2;

module_param(capacity_mode, int, CAPACITY_UNIT);
module_param(update_mode, int, UPDATE_MODE);
module_param(update_info_mode, int, UPDATE_INFO_MODE);
module_param(update_time, int, UPDATE_TIME);
module_param(update_time2, int, UPDATE_TIME2);
module_param(capacity_mode, int, 0);
module_param(update_mode, int, 0);
module_param(update_info_mode, int, 0);
module_param(update_time, int, 0);
module_param(update_time2, int, 0);

static int acpi_sbs_add(struct acpi_device *device);
static int acpi_sbs_remove(struct acpi_device *device, int type);
Expand Down

0 comments on commit 7f4f6d5

Please sign in to comment.