On Saturday 23 August 2008, Borislav Petkov wrote: > Signed-off-by: Borislav Petkov <petkovbb@xxxxxxxxx> applied > --- > drivers/ide/ide-cd.c | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c > index cca1011..5e0b9cd 100644 > --- a/drivers/ide/ide-cd.c > +++ b/drivers/ide/ide-cd.c > @@ -53,6 +53,8 @@ > > #include "ide-cd.h" > > +static unsigned long debug_mask = 0x0; No need to zero it, I fixed it and moved debug_mask next to module_param(). -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html