2003-02-25 12:35:35

by Bob Tracy

[permalink] [raw]
Subject: [PATCH] 2.5.63 snd_printd

Back in 2.5.60, it seemed that the intent was to do away with
snd_printd() and replace that function with a simple #define in terms
of snd_verbose_printd() or printk() as appropriate. This patch set
finishes the job by deleting both the snd_printd() function and the
corresponding EXPORT_SYMBOL(). This was needed to fix a compilation
error with CONFIG_SND_DEBUG=y and CONFIG_SND_VERBOSE_PRINTK not set.

Applies to 2.5.60 through 2.5.63 inclusive. Originally posted 14 Feb.

--
-----------------------------------------------------------------------
Bob Tracy WTO + WIPO = DMCA? http://www.anti-dmca.org
[email protected]
-----------------------------------------------------------------------


Attachments:
patch63_snd_printd (1.15 kB)