[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20090120.090610.163846658.davem@davemloft.net>
Date: Tue, 20 Jan 2009 09:06:10 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: steve.glendinning@...c.com
Cc: netdev@...r.kernel.org, david-b@...bell.net
Subject: Re: [PATCH 1/2] rndis_wlan: allow devdbg arguments to be
type-checked without DEBUG
From: Steve Glendinning <steve.glendinning@...c.com>
Date: Tue, 20 Jan 2009 13:07:17 +0000
> This patch removes an #ifdef DEBUG directive so devdbg statements can be
> type-checked at compile time. Type checking itself is introduced by
> another patch in this series.
>
> This introduces an unused variable warning which disappears with the
> type-checking patch.
>
> Signed-off-by: Steve Glendinning <steve.glendinning@...c.com>
This adds a warning for the non-DEBUG build. That's the whole reason
the ifdef is there.
Therefore you must do the devdbg() define change and this ifdef
removal in the same commit.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists