Re: [PATCH] [BLUETOOTH] kmalloc + memset -> kzalloc conversion

From: Andrew Morton
Date: Tue Oct 11 2005 - 17:18:45 EST


Deepak Saxena <dsaxena@xxxxxxxxxxx> wrote:
>

Confused. This patch changes lots of block code, not bluetooth.

> diff --git a/drivers/block/DAC960.c b/drivers/block/DAC960.c
> --- a/drivers/block/DAC960.c
> +++ b/drivers/block/DAC960.c
> @@ -4665,7 +4663,6 @@ static void DAC960_V2_ProcessCompletedCo
> */
> DAC960_queue_partial_rw(Command);
> return;
> - }
> else
> {
> if (Command->V2.RequestSense->SenseKey != DAC960_SenseKey_NotReady)
> @@ -4799,10 +4796,10 @@ static void DAC960_V2_ProcessCompletedCo

And that looks rather wrong.
-
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/