commit | 36521c271e5f93b249329ee7f321d27825970e31 | [log] [tgz] |
---|---|---|
author | Mark Ware <mware@elphinstone.net> | Tue Apr 21 22:49:02 2009 +1000 |
committer | Ben Dooks <ben-linux@fluff.org> | Tue May 12 00:36:04 2009 +0100 |
tree | 5117296787f05cfd817db197fe0c468c84f22b18 | |
parent | 89bc5d4a915dc6675961f797de91748bda87efcc [diff] |
i2c-cpm: Pass dev ptr to dma_*_coherent rather than NULL 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 <mware@elphinstone.net> [ben-linux@fluff.org: fix patch moves] Signed-off-by: Ben Dooks <ben-linux@fluff.org>