Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1603132

Re: [PATCH v4 1/3] mfd: wm831x: Add basic device tree binding

From Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 1/3] mfd: wm831x: Add basic device tree binding
Date 2017-03-17 10:30 +0100
Message-ID <tlWmR-4b9-1@gated-at.bofh.it> (permalink)
References <tljlv-1aZ-3@gated-at.bofh.it> <tlEgi-7RT-37@gated-at.bofh.it> <tlET0-88W-17@gated-at.bofh.it> <tlWdb-47N-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Mar 17, 2017 at 09:15:02AM +0000, Lee Jones wrote:
> On Thu, 16 Mar 2017, Charles Keepax wrote:
> 
> > On Thu, Mar 16, 2017 at 02:00:19PM +0000, Lee Jones wrote:
> > > On Wed, 15 Mar 2017, Charles Keepax wrote:
> > > > +	if (i2c->dev.of_node) {
> > > > +		const struct of_device_id *id = of_match_device(wm831x_of_match,
> > > > +								&i2c->dev);
> > > 
> > > Not keen on this.  Please declare the variable up with the others.
> > > 
> > 
> > They are never going to be used anywhere else in the function.
> > Again I can if you feel strongly but isn't it really better to
> > limit the scope of the variables if they are only being used
> > locally.
> 
> I understand the motivation, but if we did that all the time, the code
> would look pretty dire IMHO.
> 

Ok I do another spin.

> > > > +		unsigned long of_type = (unsigned long)id->data;
> > > 
> > > And this one.
> > > 
> > > > +		type = (enum wm831x_parent)of_type;
> > > 
> > > Looks like you don't even need of_type.
> > > 
> > > Just cast id->data straight into wm81x_parent.
> > 
> > Pretty sure you will get a warning on 64-bit systems if I do
> > that.
> 
> What makes you think that?
> 

commit 942786e6e647cef94cf96dcd836d343be55fc452
Author: Lee Jones <lee.jones@linaro.org>
mfd: arizona: Rid data size incompatibility warn when building for 64bit

I am fairly sure an enum would get treated the same as an int by
the compiler. I will try it and see.

Thanks,
Charles

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 1/3] mfd: wm831x: Add basic device tree binding Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2017-03-15 16:50 +0100
  Re: [PATCH v4 1/3] mfd: wm831x: Add basic device tree binding Lee Jones <lee.jones@linaro.org> - 2017-03-16 15:10 +0100
    Re: [PATCH v4 1/3] mfd: wm831x: Add basic device tree binding Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2017-03-16 15:50 +0100
      Re: [PATCH v4 1/3] mfd: wm831x: Add basic device tree binding Lee Jones <lee.jones@linaro.org> - 2017-03-17 10:20 +0100
        Re: [PATCH v4 1/3] mfd: wm831x: Add basic device tree binding Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2017-03-17 10:30 +0100
          Re: [PATCH v4 1/3] mfd: wm831x: Add basic device tree binding Lee Jones <lee.jones@linaro.org> - 2017-03-17 11:10 +0100
            Re: [PATCH v4 1/3] mfd: wm831x: Add basic device tree binding Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2017-03-17 11:20 +0100

csiph-web