Re: [PATCH] Remove an unused variable from the Intel I/OAT DMAengine driver

From: David Miller
Date: Sun Sep 16 2007 - 17:42:42 EST


From: Jesper Juhl <jesper.juhl@xxxxxxxxx>
Date: Sun, 16 Sep 2007 23:31:50 +0200

>
> The 'u16 chanctrl' variable in
> drivers/dma/ioatdma.c::ioat_dma_free_chan_resources() is completely
> unused and gcc quite rightfully warns about it:
>
> drivers/dma/ioatdma.c:247: warning: unused variable 'chanctrl'
>
> This patch removes the unused variable and silences the warning.
>
>
> Signed-off-by: Jesper Juhl <jesper.juhl@xxxxxxxxx>

Applied to net-2.6.24, thanks Jesper.
-
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/