mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
[ARM] pxa/raumfeld: fix button name
This fixes a warning when booting 2.6.34-rc2: [ 26.619814] ------------[ cut here ]------------ [ 26.624604] WARNING: at fs/proc/generic.c:316 __xlate_proc_name+0xac/0xc0() [ 26.631555] name 'on/off button' [ 26.634753] Modules linked in: Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
This commit is contained in:
parent
af089f517a
commit
fe3ebaad32
@ -442,7 +442,7 @@ static struct gpio_keys_button gpio_keys_button[] = {
|
||||
.active_low = 0,
|
||||
.wakeup = 0,
|
||||
.debounce_interval = 5, /* ms */
|
||||
.desc = "on/off button",
|
||||
.desc = "on_off button",
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user