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

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