From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754662Ab1DDOoa (ORCPT ); Mon, 4 Apr 2011 10:44:30 -0400 Received: from mail-qw0-f46.google.com ([209.85.216.46]:35120 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754510Ab1DDOo3 convert rfc822-to-8bit (ORCPT ); Mon, 4 Apr 2011 10:44:29 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=oOO09zMsBl5NdA/EwHZBV+TfLyuBNbXs5YD6QsJPqRk4a1WZ1CM7l7NO+TQ3y5QeDR nyxfT7Y+tPqivs4gjGlGv4rLiRiQ7TwH3jQdas671ESSIRywJHDFWzKMziK9f7YiD2pO an7hlFqPjVvy+z6SxW+8CHO/SnGBSa6qW66n4= MIME-Version: 1.0 Reply-To: sedat.dilek@gmail.com In-Reply-To: References: <20110404122225.GA15883@srcf.ucam.org> <1301921369.1941.29.camel@Joe-Laptop> <20110404130036.GB16669@srcf.ucam.org> Date: Mon, 4 Apr 2011 16:44:27 +0200 Message-ID: Subject: Re: linux-next: Tree for April 4 [BROKEN thinkpad_acpi] From: Sedat Dilek To: Matthew Garrett Cc: Joe Perches , Stephen Rothwell , linux-next@vger.kernel.org, LKML , platform-driver-x86 , ibm-acpi@hmh.eng.br Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 4, 2011 at 3:44 PM, Sedat Dilek wrote: > On Mon, Apr 4, 2011 at 3:00 PM, Matthew Garrett wrote: >> On Mon, Apr 04, 2011 at 05:49:29AM -0700, Joe Perches wrote: >> >>> It's vdbg_printk no_printk verification. >>> >>> #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...)      \ >>>       no_printk(format, ##arg) >>> #endif >>> >>> Two ways to handle this. >>> >>> 1: add >>> static inline const char *str_supported(int is_supported) { return ""; } >>> to the #else >>> >>> 2: Remove no_printk verification and return it to do {} while (0) >>> >>> Do you have a preference? >> >> I don't. Henrique? >> >> -- >> Matthew Garrett | mjg59@srcf.ucam.org >> > > I have tried with solution #2 as it partially restores old behaviour > (patch is attached). > > - Sedat - > Please feel free to add a: Reported-by: Sedat Dilek For solution #2 : Tested-by: Sedat Dilek - Sedat -