Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268311
b: refs/heads/master
c: 214b99f
h: refs/heads/master
i:
  268309: 16e4314
  268307: 21f1e56
  268303: 9c0b19e
v: v3
  • Loading branch information
Oren Weil authored and Greg Kroah-Hartman committed Sep 9, 2011
1 parent 10f8c98 commit c79fc23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 2ad64ba8ea55319ddc3c7534e77a4abee5d6fa43
refs/heads/master: 214b99fd418527447eade85df581a97d12fc31f8
10 changes: 0 additions & 10 deletions trunk/drivers/staging/mei/wd.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@
#include "interface.h"
#include "mei.h"

/*
* MEI Watchdog Module Parameters
*/
static u16 watchdog_timeout = AMT_WD_DEFAULT_TIMEOUT;
module_param(watchdog_timeout, ushort, 0);
MODULE_PARM_DESC(watchdog_timeout,
"Intel(R) AMT Watchdog timeout value in seconds. (default="
__MODULE_STRING(AMT_WD_DEFAULT_TIMEOUT)
", disable=0)");

static const u8 mei_start_wd_params[] = { 0x02, 0x12, 0x13, 0x10 };
static const u8 mei_stop_wd_params[] = { 0x02, 0x02, 0x14, 0x10 };

Expand Down

0 comments on commit c79fc23

Please sign in to comment.