linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: media: Added semicolon.
@ 2014-10-04 18:43 Stevean Raja Kumar
  2014-10-06  7:45 ` Hans Verkuil
  0 siblings, 1 reply; 3+ messages in thread
From: Stevean Raja Kumar @ 2014-10-04 18:43 UTC (permalink / raw)
  To: m.chehab, gregkh, rk.stevean, aybuke.147, tapaswenipathak,
	paul.gortmaker, monamagarwal123, linux-media, devel,
	linux-kernel

Added semicolon for the line usleep_range(10000, 11000);

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);
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Staging: media: Added semicolon.
  2014-10-04 18:43 [PATCH] Staging: media: Added semicolon Stevean Raja Kumar
@ 2014-10-06  7:45 ` Hans Verkuil
       [not found]   ` <CAM4Bvj6pAN_5xsjgheJrkMm0W_6oeG0VUDCE+ijAcOV7ojSa2g@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2014-10-06  7:45 UTC (permalink / raw)
  To: Stevean Raja Kumar, m.chehab, gregkh, aybuke.147,
	tapaswenipathak, paul.gortmaker, monamagarwal123, linux-media,
	devel, linux-kernel

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);
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Staging: media: Added semicolon.
       [not found]   ` <CAM4Bvj6pAN_5xsjgheJrkMm0W_6oeG0VUDCE+ijAcOV7ojSa2g@mail.gmail.com>
@ 2014-10-06 17:29     ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2014-10-06 17:29 UTC (permalink / raw)
  To: Stevean Rk
  Cc: Hans Verkuil, m.chehab, aybüke özdemir,
	Tapasweni Pathak, paul.gortmaker, Monam Agarwal, linux-media,
	devel, linux-kernel

On Mon, Oct 06, 2014 at 08:18:28PM +0530, Stevean Rk wrote:
> 
> Its against  3.17.0-rc6+
> I had cloned the Greg Kroah-Hartman's staging tree repository.
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git

Which branch?  3.17-rc6 is quite old, you need to work against the
staging-next branch in there if you want to send patches that can apply
properly.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-06 17:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-04 18:43 [PATCH] Staging: media: Added semicolon Stevean Raja Kumar
2014-10-06  7:45 ` Hans Verkuil
     [not found]   ` <CAM4Bvj6pAN_5xsjgheJrkMm0W_6oeG0VUDCE+ijAcOV7ojSa2g@mail.gmail.com>
2014-10-06 17:29     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).