Re: [PATCH] staging: mt7621-gpio: remove redundant owner assignments of drivers

2018-03-20 Thread NeilBrown
On Tue, Mar 20 2018, hariprasath.ela...@gmail.com wrote: > From: HariPrasath Elango > > Remove the reduntant owner initialization from this platform driver as > the platform_driver_register() takes care of it. > > Signed-off-by: HariPrasath Elango

[PATCH] staging: mt7621-gpio: remove redundant owner assignments of drivers

2018-03-20 Thread hariprasath . elango
From: HariPrasath Elango Remove the reduntant owner initialization from this platform driver as the platform_driver_register() takes care of it. Signed-off-by: HariPrasath Elango --- drivers/staging/mt7621-gpio/gpio-mt7621.c | 1 - 1