public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Turquette <mturquette@linaro.org>
To: Dan Carpenter <dan.carpenter@oracle.com>,
Cc: linux-clk@vger.kernel.org, Tero Kristo <t-kristo@ti.com>
Subject: re: ARM: OMAP4: clock: Convert to common clk
Date: Thu, 23 Jul 2015 17:18:48 -0700	[thread overview]
Message-ID: <20150724001848.642.48609@quantum> (raw)
In-Reply-To: <20150720214855.GA22901@mwanda>

Quoting Dan Carpenter (2015-07-20 14:48:55)
> Hello Mike Turquette,
> =

> The patch 32cc002116b8: "ARM: OMAP4: clock: Convert to common clk"
> from Nov 10, 2012, leads to the following Smatch warning:
> =

>         drivers/clk/ti/clkt_dpll.c:213 omap2_init_dpll_parent()
>         warn: signedness bug returning '(-22)'
> =

> drivers/clk/ti/clkt_dpll.c
>    204  /* Public functions */
>    205  u8 omap2_init_dpll_parent(struct clk_hw *hw)
>         ^^
> =

>    206  {
>    207          struct clk_hw_omap *clk =3D to_clk_hw_omap(hw);
>    208          u32 v;
>    209          struct dpll_data *dd;
>    210  =

>    211          dd =3D clk->dpll_data;
>    212          if (!dd)
>    213                  return -EINVAL;
>                                ^^^^^^^
> Truncated to positive u8.

Thanks Dan.

Tero,

Looks like this still exists at line 237 in clk-next.

Regards,
Mike

> =

>    214  =

>    215          v =3D ti_clk_ll_ops->clk_readl(dd->control_reg);
>    216          v &=3D dd->enable_mask;
>    217          v >>=3D __ffs(dd->enable_mask);
>    218  =

>    219          /* Reparent the struct clk in case the dpll is in bypass =
*/
>    220          if (_omap2_dpll_is_in_bypass(v))
>    221                  return 1;
>    222  =

>    223          return 0;
>    224  }
> =

> regards,
> dan carpenter

      reply	other threads:[~2015-07-24  0:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-20 21:48 ARM: OMAP4: clock: Convert to common clk Dan Carpenter
2015-07-24  0:18 ` Michael Turquette [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=20150724001848.642.48609@quantum \
    --to=mturquette@linaro.org \
    --cc=dan.carpenter@oracle.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=t-kristo@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox