All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ivan T. Ivanov" <iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
To: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
Cc: Kiran Padwal
	<kiran.padwal-edOiRQu9Xnj5XLMNweQjbQ@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Grant Likely
	<grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Zhang Rui <rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Eduardo Valentin
	<edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	David Collins <collinsd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
Subject: Re: [PATCH v2] thermal: Add QPNP PMIC temperature alarm driver
Date: Wed, 01 Oct 2014 14:36:28 +0300	[thread overview]
Message-ID: <1412163388.26751.39.camel@iivanov-dev> (raw)
In-Reply-To: <542B088A.1050601-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>

On Tue, 2014-09-30 at 12:46 -0700, Stephen Boyd wrote:
> On 09/30/14 00:36, Ivan T. Ivanov wrote:
> > On Tue, 2014-09-30 at 10:00 +0530, Kiran Padwal wrote:
> >>
> >> I have Linaro cross tool chain with version-4.8.3 and I am simply doing "make zImage" without any option.
> > Hm, no warnings with arm-unknown-linux-gnueabi-gcc (GCC) 4.6.3 and
> > arm-linux-gnueabihf-gcc (crosstool-NG linaro-1.13.1-4.9-2014.09, but
> > indeed arm-linux-gnueabihf-gcc (crosstool-NG linaro-1.13.1-4.8-2014.03.
> >
> > I will say that this is false positive :-). Please update your tool-chain.
> 
> Hopefully you're joking. Once this merges someone will find the warning
> and complain. Telling them to upgrade their compiler isn't going to work.

If it is known to be buggy why not?

> 
> I wonder if checking for rc != 0 instead of rc < 0 would silence the
> warning? 

No. Anyway, will find some way to silence this warning.

Thanks,
Ivan

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: "Ivan T. Ivanov" <iivanov@mm-sol.com>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: Kiran Padwal <kiran.padwal@smartplayin.com>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Grant Likely <grant.likely@linaro.org>,
	Zhang Rui <rui.zhang@intel.com>,
	Eduardo Valentin <edubezval@gmail.com>,
	linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	David Collins <collinsd@codeaurora.org>
Subject: Re: [PATCH v2] thermal: Add QPNP PMIC temperature alarm driver
Date: Wed, 01 Oct 2014 14:36:28 +0300	[thread overview]
Message-ID: <1412163388.26751.39.camel@iivanov-dev> (raw)
In-Reply-To: <542B088A.1050601@codeaurora.org>

On Tue, 2014-09-30 at 12:46 -0700, Stephen Boyd wrote:
> On 09/30/14 00:36, Ivan T. Ivanov wrote:
> > On Tue, 2014-09-30 at 10:00 +0530, Kiran Padwal wrote:
> >>
> >> I have Linaro cross tool chain with version-4.8.3 and I am simply doing "make zImage" without any option.
> > Hm, no warnings with arm-unknown-linux-gnueabi-gcc (GCC) 4.6.3 and
> > arm-linux-gnueabihf-gcc (crosstool-NG linaro-1.13.1-4.9-2014.09, but
> > indeed arm-linux-gnueabihf-gcc (crosstool-NG linaro-1.13.1-4.8-2014.03.
> >
> > I will say that this is false positive :-). Please update your tool-chain.
> 
> Hopefully you're joking. Once this merges someone will find the warning
> and complain. Telling them to upgrade their compiler isn't going to work.

If it is known to be buggy why not?

> 
> I wonder if checking for rc != 0 instead of rc < 0 would silence the
> warning? 

No. Anyway, will find some way to silence this warning.

Thanks,
Ivan


  parent reply	other threads:[~2014-10-01 11:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-25 13:30 [PATCH v2] thermal: Add QPNP PMIC temperature alarm driver Ivan T. Ivanov
2014-09-26 11:21 ` Kiran Padwal
     [not found]   ` <54254C4E.3070807-edOiRQu9Xnj5XLMNweQjbQ@public.gmane.org>
2014-09-29 13:54     ` Ivan T. Ivanov
2014-09-29 13:54       ` Ivan T. Ivanov
2014-09-30  4:30       ` Kiran Padwal
2014-09-30  7:36         ` Ivan T. Ivanov
2014-09-30  8:46           ` Kiran Padwal
2014-09-30 19:46           ` Stephen Boyd
     [not found]             ` <542B088A.1050601-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2014-10-01 11:36               ` Ivan T. Ivanov [this message]
2014-10-01 11:36                 ` Ivan T. Ivanov

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=1412163388.26751.39.camel@iivanov-dev \
    --to=iivanov-neyub+7iv8pqt0dzr+alfa@public.gmane.org \
    --cc=collinsd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=kiran.padwal-edOiRQu9Xnj5XLMNweQjbQ@public.gmane.org \
    --cc=linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.