Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: How to disable kernel logging?
Luca Bertagnolio wrote:
> 55c55,59
> < static int dvb_net_debug = 0;
> ---
> > #if 1
> > #define dprintk(x...) printk(x)
> > #else
> > #define dprintk(x...)
> > #endif
> 57d60
> < #define dprintk(x...) if (dvb_net_debug) printk(x)
> 1221,1223d1223
> < MODULE_PARM(dvb_net_debug,"i");
> <
> < MODULE_PARM_DESC(dvb_net_debug, "enable verbose debug
> messages");
Patches in this format are unusable, please use "diff -up".
Applied anyway (by hand).
Johannes
Home |
Main Index |
Thread Index