[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5432489A.60202@xs4all.nl>
Date: Mon, 06 Oct 2014 09:45:30 +0200
From: Hans Verkuil <hverkuil@...all.nl>
To: Stevean Raja Kumar <rk.stevean@...il.com>, m.chehab@...sung.com,
gregkh@...uxfoundation.org, aybuke.147@...il.com,
tapaswenipathak@...il.com, paul.gortmaker@...driver.com,
monamagarwal123@...il.com, linux-media@...r.kernel.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: media: Added semicolon.
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.stevean@...il.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists