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 <sakari.ai...@iki.fi>

Acked-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com>

and applied to my tree.

> ---
>  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 100644
> --- a/drivers/media/i2c/smiapp/smiapp-core.c
> +++ b/drivers/media/i2c/smiapp/smiapp-core.c
> @@ -3032,10 +3032,8 @@ static struct smiapp_platform_data
> *smiapp_get_pdata(struct device *dev) pdata->op_sys_clock = devm_kcalloc(
>               dev, bus_cfg->nr_of_link_frequencies + 1 /* guardian */,
>               sizeof(*pdata->op_sys_clock), GFP_KERNEL);
> -     if (!pdata->op_sys_clock) {
> -             rval = -ENOMEM;
> +     if (!pdata->op_sys_clock)
>               goto out_err;
> -     }
> 
>       for (i = 0; i < bus_cfg->nr_of_link_frequencies; i++) {
>               pdata->op_sys_clock[i] = bus_cfg->link_frequencies[i];

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to