From: Michael Hennerich <michael.hennerich@analog.com>
To: Dan Carpenter <dan.carpenter@oracle.com>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: Re: iio: frequency: New driver for AD9523 SPI Low Jitter Clock Generator
Date: Fri, 8 Jun 2012 09:25:13 +0200 [thread overview]
Message-ID: <4FD1A8D9.6080101@analog.com> (raw)
In-Reply-To: <20120607121207.GA4784@elgon.mountain>
On 06/07/2012 02:12 PM, Dan Carpenter wrote:
> Hello Michael Hennerich,
>
> The patch cd1678f96329: "iio: frequency: New driver for AD9523 SPI
> Low Jitter Clock Generator" from May 29, 2012, leads to the following
> warning:
>
> drivers/iio/frequency/ad9523.c:378 ad9523_vco_out_map()
> warn: value 2 can't fit into 1 'out'
Ups - good catch - I'll submit a patch shortly.
>
>
> 363 static int ad9523_vco_out_map(struct iio_dev *indio_dev,
> 364 unsigned ch, bool out)
> ^^^^^^^^
> Bool.
>
> 365 {
> 366 struct ad9523_state *st = iio_priv(indio_dev);
> 367 int ret;
> 368 unsigned mask;
> 369
> 370 switch (ch) {
> 371 case 0 ... 3:
> 372 ret = ad9523_read(indio_dev, AD9523_PLL1_OUTPUT_CHANNEL_CTRL);
> 373 if (ret< 0)
> 374 break;
> 375 mask = AD9523_PLL1_OUTP_CH_CTRL_VCXO_SRC_SEL_CH0<< ch;
> 376 if (out) {
> 377 ret |= mask;
> 378 out = 2;
> ^^^^^^^
> Should be either true or false. Two implies FileNotFound.
> http://thedailywtf.com/Articles/What_Is_Truth_0x3f_.aspx
>
> 379 } else {
> 380 ret&= ~mask;
> 381 }
>
> regards,
> dan carpenter
>
>
--
Greetings,
Michael
--
Analog Devices GmbH Wilhelm-Wagenfeld-Str. 6 80807 Muenchen
Sitz der Gesellschaft: Muenchen; Registergericht: Muenchen HRB 40368;
Geschaeftsfuehrer:Dr.Carsten Suckrow, Thomas Wessel, William A. Martin,
Margaret Seif
prev parent reply other threads:[~2012-06-08 7:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-07 12:12 iio: frequency: New driver for AD9523 SPI Low Jitter Clock Generator Dan Carpenter
2012-06-08 7:25 ` Michael Hennerich [this message]
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=4FD1A8D9.6080101@analog.com \
--to=michael.hennerich@analog.com \
--cc=dan.carpenter@oracle.com \
--cc=linux-iio@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;
as well as URLs for NNTP newsgroup(s).