Re: [PATCH v2 01/17] smiapp: Move sub-device initialisation into a separate function

2016-09-19 Thread Sakari Ailus
Hi Sebastian, Thank you for the review! Sebastian Reichel wrote: Hi, On Thu, Sep 15, 2016 at 02:22:15PM +0300, Sakari Ailus wrote: Simplify smiapp_init() by moving the initialisation of individual sub-devices to a separate function. Reviewed-By: Sebastian Reichel

Re: [PATCH v2 01/17] smiapp: Move sub-device initialisation into a separate function

2016-09-19 Thread Sebastian Reichel
Hi, On Thu, Sep 15, 2016 at 02:22:15PM +0300, Sakari Ailus wrote: > Simplify smiapp_init() by moving the initialisation of individual > sub-devices to a separate function. Reviewed-By: Sebastian Reichel > Signed-off-by: Sakari Ailus > --- >

[PATCH v2 01/17] smiapp: Move sub-device initialisation into a separate function

2016-09-15 Thread Sakari Ailus
Simplify smiapp_init() by moving the initialisation of individual sub-devices to a separate function. Signed-off-by: Sakari Ailus --- drivers/media/i2c/smiapp/smiapp-core.c | 108 +++-- 1 file changed, 49 insertions(+), 59 deletions(-)