Re: [PATCH v2 08/17] smiapp: Merge smiapp_init() with smiapp_probe()

2016-09-19 Thread Sebastian Reichel
Hi, On Thu, Sep 15, 2016 at 02:22:22PM +0300, Sakari Ailus wrote: > The smiapp_probe() is the sole caller of smiapp_init(). Unify the two. Reviewed-By: Sebastian Reichel -- Sebastian signature.asc Description: PGP signature

[PATCH v2 08/17] smiapp: Merge smiapp_init() with smiapp_probe()

2016-09-15 Thread Sakari Ailus
The smiapp_probe() is the sole caller of smiapp_init(). Unify the two. Signed-off-by: Sakari Ailus --- drivers/media/i2c/smiapp/smiapp-core.c | 425 - 1 file changed, 205 insertions(+), 220 deletions(-) diff --git a/drivers/media/i2c/smiapp/smiapp-core.c b/drive