Re: [PATCH 1/1] smiapp: Remove useless rval assignment in smiapp_get_pdata()

2015-11-09 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Saturday 11 April 2015 01:42:47 Sakari Ailus wrote: > The value is not used after the assignment. > > Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart and applied to my tree. > --- > drivers/media/i2c/smiapp/smiapp-core.c |4 +--- > 1 file c

[PATCH 1/1] smiapp: Remove useless rval assignment in smiapp_get_pdata()

2015-04-10 Thread Sakari Ailus
The value is not used after the assignment. Signed-off-by: Sakari Ailus --- drivers/media/i2c/smiapp/smiapp-core.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/media/i2c/smiapp/smiapp-core.c b/drivers/media/i2c/smiapp/smiapp-core.c index 636ebd6..4b1e112 100