Re: [PATCH 2/2] ide-cd: add a debug_mask module parameter

From: Bartlomiej Zolnierkiewicz
Date: Sun Sep 07 2008 - 14:28:37 EST


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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/