Re: [PATCH 2/9] staging: panel: Call init function directly

2014-11-18 Thread Willy Tarreau
On Tue, Nov 18, 2014 at 09:56:07PM +0100, Mariusz Gorski wrote: > Remove useless function and let the kernel call the actual > init function directly. > > Signed-off-by: Mariusz Gorski Acked-by: Willy Tarreau ___ devel mailing list de...@linuxdriverpr

[PATCH 2/9] staging: panel: Call init function directly

2014-11-18 Thread Mariusz Gorski
Remove useless function and let the kernel call the actual init function directly. Signed-off-by: Mariusz Gorski --- drivers/staging/panel/panel.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c index 3dd318a