From: Greg KH <gregkh@linuxfoundation.org>
To: Joe Perches <joe@perches.com>
Cc: Nikhil Badola <nikhil.badola@freescale.com>,
linux-kernel@vger.kernel.org, stern@rowland.harvard.edu,
linux-usb@vger.kernel.org
Subject: Re: [PATCH 3/5] drivers:usb:fsl: Replace macros with enumerated type
Date: Mon, 1 Jun 2015 06:01:57 +0900 [thread overview]
Message-ID: <20150531210157.GA4007@kroah.com> (raw)
In-Reply-To: <1433056278.2984.16.camel@perches.com>
On Sun, May 31, 2015 at 12:11:18AM -0700, Joe Perches wrote:
> On Sun, 2015-05-31 at 15:50 +0900, Greg KH wrote:
> > On Tue, May 26, 2015 at 05:15:48PM +0530, Nikhil Badola wrote:
> > > Replace macros with enumerated type to represent usb ip
> > > controller version
> > >
> > > Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
> > > ---
> > > include/linux/fsl_devices.h | 13 ++++++++-----
> > > 1 file changed, 8 insertions(+), 5 deletions(-)
> > >
> > > diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
> []
> > > +enum fsl_usb2_controller_ver {
> > > + FSL_USB_VER_OLD = 0,
> > > + FSL_USB_VER_1_6,
> > > + FSL_USB_VER_2_2,
> > > + FSL_USB_VER_2_4,
> > > + FSL_USB_VER_2_5,
> > > +};
> >
> > Don't you want to change that function that uses these to return the
> > enumerated type and not an integer?
> >
> > Also, I don't think the C standard forces the non-numberd values to be
> > sequential,
>
> Then you haven't read the standard in awhile and you likely forgot.
>
> 6.7.2.2
> If the first enumerator has no =, the value of its enumeration constant
> is 0. Each subsequent enumerator with no = defines its enumeration
> constant as the value of the constant expression obtained by adding 1 to
> the value of the previous enumeration constant.
Ah, you are right, I did forget.
But if you are wanting to use the "numerical" value of these, please be
explicit when defining it. Otherwise someone might think it was just
fine to put a new entry in the middle of the list.
thanks,
greg k-h
next prev parent reply other threads:[~2015-05-31 21:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-26 11:45 [PATCH 3/5] drivers:usb:fsl: Replace macros with enumerated type Nikhil Badola
2015-05-31 6:50 ` Greg KH
2015-05-31 7:11 ` Joe Perches
2015-05-31 21:01 ` Greg KH [this message]
2015-06-01 6:19 ` Badola Nikhil
2015-06-04 4:05 ` Badola Nikhil
2015-05-31 7:13 ` 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=20150531210157.GA4007@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=nikhil.badola@freescale.com \
--cc=stern@rowland.harvard.edu \
/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