]> git.baikalelectronics.ru Git - kernel.git/commit
leds: clevo-mail: remove __initdata marker
authorJingoo Han <jg1.han@samsung.com>
Fri, 28 Feb 2014 07:26:08 +0000 (23:26 -0800)
committerBryan Wu <cooloney@gmail.com>
Fri, 28 Feb 2014 22:36:35 +0000 (14:36 -0800)
commit2db0508a67f4397e1a4bb050a31aa5573dcd567b
treed2202d1aa076587adafe0396d7f15def59f30d28
parentde131f1fe325b193e8ba8a5a639716ebf4771ace
leds: clevo-mail: remove __initdata marker

Remove __initdata marker, because it is not right for a module
parameter. It will make the kernel oops problem.

(cooloney@gmail.com: update commit message since it's really a
wrong notation)

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Suggested-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-clevo-mail.c