Re: [ath9k-devel] [PATCH wireless-next] ath: Rename ath_print to ath_debug

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Wednesday, December 1, 2010 - 7:27 am

On Tue, 2010-11-30 at 23:56 -0800, Luis R. Rodriguez wrote:

'fraid not.

ath/debug.h

#ifdef CONFIG_ATH_DEBUG
void ath_print(struct ath_common *common, int dbg_mask, const char *fmt, ...)
	__attribute__ ((format (printf, 3, 4)));
#else
static inline void __attribute__ ((format (printf, 3, 4)))
ath_print(struct ath_common *common, int dbg_mask, const char *fmt, ...)
{
}
#endif /* CONFIG_ATH_DEBUG */


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH wireless-next] ath: Rename ath_print to ath_debug, Luis R. Rodriguez, (Sun Nov 28, 7:17 pm)
Re: [ath9k-devel] [PATCH wireless-next] ath: Rename ath_pr ..., Luis R. Rodriguez, (Mon Nov 29, 3:42 pm)
Re: [ath9k-devel] [PATCH wireless-next] ath: Rename ath_pr ..., Luis R. Rodriguez, (Wed Dec 1, 12:56 am)
Re: [ath9k-devel] [PATCH wireless-next] ath: Rename ath_pr ..., Luis R. Rodriguez, (Wed Dec 1, 12:59 am)
Re: [ath9k-devel] [PATCH wireless-next] ath: Rename ath_pr ..., Joe Perches, (Wed Dec 1, 7:27 am)
Re: [PATCH wireless-next] MAINTAINERS: Add ATH GENERIC UTI ..., Luis R. Rodriguez, (Wed Dec 1, 12:46 pm)