From: Amit Ghadge <amitg.b14@gmail.com>
To: abbotti@mev.co.uk
Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org, Amit Ghadge <amitg.b14@gmail.com>
Subject: [PATCH] Staging: comedi: quatech_daqp_cs.c: fixed a warning issue
Date: Mon, 16 May 2016 23:04:31 +0530 [thread overview]
Message-ID: <1463420071-4460-1-git-send-email-amitg.b14@gmail.com> (raw)
Fixed a warning issue to use 'unsigned int'.
Signed-off-by: Amit Ghadge <amitg.b14@gmail.com>
---
drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/quatech_daqp_cs.c b/drivers/staging/comedi/drivers/quatech_daqp_cs.c
index e9e4313..802f51e 100644
--- a/drivers/staging/comedi/drivers/quatech_daqp_cs.c
+++ b/drivers/staging/comedi/drivers/quatech_daqp_cs.c
@@ -643,7 +643,7 @@ static int daqp_ao_insn_write(struct comedi_device *dev,
outb(0, dev->iobase + DAQP_AUX_REG);
for (i = 0; i > insn->n; i++) {
- unsigned val = data[i];
+ unsigned int val = data[i];
int ret;
/* D/A transfer rate is about 8ms */
--
2.5.5
next reply other threads:[~2016-05-16 17:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-16 17:34 Amit Ghadge [this message]
2016-05-16 18:19 ` Greg KH
2016-05-17 3:25 ` Amit Ghadge
2016-05-17 3:34 ` Greg KH
2016-05-17 4:01 ` Amit Ghadge
2016-05-17 13:47 ` Greg KH
2016-05-18 1:29 ` Amit Ghadge
2016-06-18 3:56 ` 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=1463420071-4460-1-git-send-email-amitg.b14@gmail.com \
--to=amitg.b14@gmail.com \
--cc=abbotti@mev.co.uk \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®