On 10/04/2014 08:43 PM, Stevean Raja Kumar wrote:
> Added semicolon for the line usleep_range(10000, 11000);

Against which kernel is this patch? I don't see a usleep_range in either the 
mainline
kernel or the media_tree.git kernel.

Regards,

        Hans

> 
> Signed-off-by: Stevean Raja Kumar <rk.stev...@gmail.com>
> ---
>  drivers/staging/media/cxd2099/cxd2099.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/media/cxd2099/cxd2099.c 
> b/drivers/staging/media/cxd2099/cxd2099.c
> index cda1595..657ea48 100644
> --- a/drivers/staging/media/cxd2099/cxd2099.c
> +++ b/drivers/staging/media/cxd2099/cxd2099.c
> @@ -527,7 +527,7 @@ static int slot_reset(struct dvb_ca_en50221 *ca, int slot)
>               u8 val;
>  #endif
>               for (i = 0; i < 100; i++) {
> -                     usleep_range(10000, 11000)
> +                     usleep_range(10000, 11000);
>  #if 0
>                       read_reg(ci, 0x06, &val);
>                       dev_info(&ci->i2c->dev, "%d:%02x\n", i, val);
> 

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

Reply via email to