Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44980
b: refs/heads/master
c: 25c68a3
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Dec 16, 2006
1 parent 4795ed2 commit 7300903
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6bfe5c9d6f4dcaa998f67e691359cf7b1c4b443d
refs/heads/master: 25c68a33b7b74b37793b1250007e5e21d621a7fc
6 changes: 3 additions & 3 deletions trunk/drivers/acpi/ibm_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1825,9 +1825,9 @@ static enum fan_control_commands fan_control_commands;
static int fan_control_status_known;
static u8 fan_control_initial_status;

static void fan_watchdog_fire(void *ignored);
static void fan_watchdog_fire(struct work_struct *ignored);
static int fan_watchdog_maxinterval;
static DECLARE_WORK(fan_watchdog_task, fan_watchdog_fire, NULL);
static DECLARE_DELAYED_WORK(fan_watchdog_task, fan_watchdog_fire);

static int fan_init(void)
{
Expand Down Expand Up @@ -2284,7 +2284,7 @@ static int fan_write(char *buf)
return rc;
}

static void fan_watchdog_fire(void *ignored)
static void fan_watchdog_fire(struct work_struct *ignored)
{
printk(IBM_NOTICE "fan watchdog: enabling fan\n");
if (fan_set_enable()) {
Expand Down

0 comments on commit 7300903

Please sign in to comment.