2005-09-21 10:35:56

by Bernd Petrovitsch

[permalink] [raw]
Subject: Patch: Rename vprintk define in bttpvp.h

The attached patched againt 2.6.13 renames the (apparently) bttv intern
#define vprintk to verbprintk to resolve a name clash.

Reason: vprintk() is defined in include/linux/kernel.h similar to printk
but with a va_list argument.

Bernd
--
Firmix Software GmbH http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
Embedded Linux Development and Services


Attachments:
printk.patch (1.99 kB)

2005-09-21 16:50:54

by Bernd Petrovitsch

[permalink] [raw]
Subject: Re: Patch: Rename vprintk define in bttpvp.h

On Wed, 2005-09-21 at 12:35 +0200, Bernd Petrovitsch wrote:
> The attached patched againt 2.6.13 renames the (apparently) bttv intern
> #define vprintk to verbprintk to resolve a name clash.
>
> Reason: vprintk() is defined in include/linux/kernel.h similar to printk
> but with a va_list argument.

Sorry for the noise, -EWRONGPATCH. Now with the correct one.

Bernd
--
Firmix Software GmbH http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
Embedded Linux Development and Services


Attachments:
bttv.patch (2.42 kB)