Re: [PATCH] [WATCHDOG] Fix kdump when using hpwdt

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Wim Van Sebroeck
Date: Monday, October 27, 2008 - 12:30 pm

Hi Bernard,

Tom will have a look at the fix but the below code is wrong:


the syntax is: #define module_param(name, type, perm)
perm sets the visibility in sysfs: 000 means it's not there,
read bits mean it's readable, write bits mean it's writable.

perm is not the default value for the integer but a file permission attribute.

Kind regards,
Wim.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] [WATCHDOG] Fix kdump when using hpwdt, Bernhard Walle, (Sun Oct 26, 7:59 am)
Re: [PATCH] [WATCHDOG] Fix kdump when using hpwdt, Wim Van Sebroeck, (Mon Oct 27, 12:30 pm)
Re: [PATCH] [WATCHDOG] Fix kdump when using hpwdt, Bernhard Walle, (Mon Oct 27, 2:52 pm)