Re: [PATCH] i2c-cpm: Pass dev ptr to dma_*_coherent rather than NULL
From: Kumar Gala <hidden>
Date: 2009-04-21 15:17:10
Also in:
linux-i2c
From: Kumar Gala <hidden>
Date: 2009-04-21 15:17:10
Also in:
linux-i2c
On Apr 21, 2009, at 7:49 AM, Mark Ware wrote:
Recent DMA changes result in a BUG() when NULL is passed to dma_alloc_coherent in place of a device. Signed-off-by: Mark Ware <redacted> --- This patch fixes the BUG() during boot that has appeared during the 2.6.30 window. It has been tested and appears correct on my 8280 based board. Sent to both linuxppc-dev and linux-i2c, since I'm not sure where it belongs. drivers/i2c/busses/i2c-cpm.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-)
Acked-by: Kumar Gala <redacted> Ben, I'm expecting you to pick this up unless you tell me otherwise. - k