From: Hans Verkuil <hverkuil@xs4all.nl>
To: Stevean Raja Kumar <rk.stevean@gmail.com>,
m.chehab@samsung.com, gregkh@linuxfoundation.org,
aybuke.147@gmail.com, tapaswenipathak@gmail.com,
paul.gortmaker@windriver.com, monamagarwal123@gmail.com,
linux-media@vger.kernel.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Staging: media: Added semicolon.
Date: Mon, 06 Oct 2014 09:45:30 +0200 [thread overview]
Message-ID: <5432489A.60202@xs4all.nl> (raw)
In-Reply-To: <20141004184316.GA6561@srkjfone>
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@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);
>
next prev parent reply other threads:[~2014-10-06 7:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-04 18:43 [PATCH] Staging: media: Added semicolon Stevean Raja Kumar
2014-10-06 7:45 ` Hans Verkuil [this message]
[not found] ` <CAM4Bvj6pAN_5xsjgheJrkMm0W_6oeG0VUDCE+ijAcOV7ojSa2g@mail.gmail.com>
2014-10-06 17:29 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5432489A.60202@xs4all.nl \
--to=hverkuil@xs4all.nl \
--cc=aybuke.147@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=m.chehab@samsung.com \
--cc=monamagarwal123@gmail.com \
--cc=paul.gortmaker@windriver.com \
--cc=rk.stevean@gmail.com \
--cc=tapaswenipathak@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.