[PATCH 5/9] staging: panel: Start making module params read-only

2014-11-18 Thread Mariusz Gorski
Start decoupling module params from the actual device state, both for lcd and keypad, by keeping the params read-only and moving the device state to related structs. Signed-off-by: Mariusz Gorski marius.gor...@gmail.com --- drivers/staging/panel/panel.c | 35 +--

Re: [PATCH 5/9] staging: panel: Start making module params read-only

2014-11-18 Thread Willy Tarreau
On Tue, Nov 18, 2014 at 09:56:10PM +0100, Mariusz Gorski wrote: Start decoupling module params from the actual device state, both for lcd and keypad, by keeping the params read-only and moving the device state to related structs. Signed-off-by: Mariusz Gorski marius.gor...@gmail.com