On Mon, Apr 4, 2011 at 8:10 PM, Joe Perches <j...@perches.com> wrote:
> On Mon, 2011-04-04 at 20:03 +0200, Sedat Dilek wrote:
>> On Mon, Apr 4, 2011 at 7:06 PM, Joe Perches <j...@perches.com> wrote:
>> > diff --git a/drivers/platform/x86/thinkpad_acpi.c 
>> > b/drivers/platform/x86/thinkpad_acpi.c
>> [...]
>> >  #ifdef CONFIG_THINKPAD_ACPI_DEBUG
>> >  #define vdbg_printk dbg_printk
>> >  static const char *str_supported(int is_supported);
>> >  #else
>> > -#define vdbg_printk(a_dbg_level, format, arg...) \
>> > -       do { } while (0)
>> > +static inline const char *str_supported(int is_supported) { return ""; }
>> > +#define vdbg_printk(a_dbg_level, format, arg...)       \
>> > +       no_printk(format, ##arg)
>> >  #endif
>>
>> Should be...
>> +       do { } while (0)
>> ...not...
>> +       no_printk(format, ##arg)
>
> I disagree.  No printk serves as a mechanism to verify
> printk arguments when !CONFIG_THINKPAD_ACPI_DEBUG.
>

Oops sorry, now I see you have chosen solution #1 :-).

- Sedat -

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
ibm-acpi-devel mailing list
ibm-acpi-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ibm-acpi-devel

Reply via email to