Re: [PATCH] cpm_uart: Initialize port.dev before it's used.

2009-04-06 Thread Kumar Gala
On Apr 3, 2009, at 3:48 PM, Scott Wood wrote: Previously, this caused NULL to sometimes be passed as a device to the DMA code. With recent DMA changes, that now causes a BUG(). Signed-off-by: Scott Wood --- This is a regression triggered by DMA changes; please apply for 2.6.30. applied

[PATCH] cpm_uart: Initialize port.dev before it's used.

2009-04-03 Thread Scott Wood
Previously, this caused NULL to sometimes be passed as a device to the DMA code. With recent DMA changes, that now causes a BUG(). Signed-off-by: Scott Wood --- This is a regression triggered by DMA changes; please apply for 2.6.30. drivers/serial/cpm_uart/cpm_uart_core.c |6 +++--- 1 file