lkml.org 
[lkml]   [2013]   [Apr]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH wireless-next] rt2x00: Use more current logging styles, shrink object size
From
Date
On Fri, 2013-04-19 at 11:45 +0200, Gertjan van Wingerde wrote:
> Hi Joe,

Hello Gertjan.

> On Fri, Apr 19, 2013 at 10:33 AM, Joe Perches <joe@perches.com> wrote:
> > Reduce object size ~2% using more current logging styles.
[]
> > +/* Utility printing macros */
> > +#define rt2x00_err(dev, fmt, ...) \
> > + wiphy_err((dev)->hw->wiphy, "%s: Error - " fmt, \
> > + __func__, ##__VA_ARGS__)
> > +#define rt2x00_warn(dev, fmt, ...) \
> > + wiphy_err((dev)->hw->wiphy, "%s: Warning - " fmt, \
> > + __func__, ##__VA_ARGS__)
>
> Shouldn't this use wiphy_warn instead of wiphy_err?
>
> > +#define rt2x00_info(dev, fmt, ...) \
> > + wiphy_err((dev)->hw->wiphy, "%s: Info - " fmt, \
> > + __func__, ##__VA_ARGS__)
>
> Shouldn't this use wiphy_info instead of wiphy_err?

Gah, of course you're right, copy/paste dumbness.

> > +#define rt2x00_eeprom_dbg(dev, fmt, ...) \
> > + wiphy_dbg((dev)->hw->wiphy, "%s: %s - " fmt, \
> > + __func__, "EEPROM recovery", ##__VA_ARGS__)

> Why do you give the "EEPROM recovery" string as extra argument instead
> of embedding it in the format string, like you do in the rt2x00_dbg
> macro for the "Debug" string?

Trivial space reduction on x86/32.
It's just a few bytes. It may not be
a savings at all for x86/64.

I'd actually prefer to remove all the
extra "INFO/ERR/WARNING" bits from the
messages as it's a simple duplication of
the KERN_<LEVEL> and I think not useful.

> Also, please put all rt2x00_<level> next to each other, instead of
> scattering them around with the "#define DEBUG" in between them.

I'll resubmit tomorrow.



\
 
 \ /
  Last update: 2013-04-19 12:41    [W:0.073 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site