commit | 06b050eb81b877c7a4adb6be8624ad3890fee9f2 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Sep 21 12:15:37 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Sep 21 12:15:37 2012 -0700 |
tree | b327d182c6167dcb275ff8d3e46e27df1dad9802 | |
parent | 633650132e692efe273bf3a4e29411537a5baa86 [diff] | |
parent | 61c6e7531d3b66b33187b8cdd700fd8ab93ffd62 [diff] |
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma Pull slave-dmaengine fixes from Vinod Koul: "There are two trivial fixes in pl330 driver and two in at_hdmac driver." * 'fixes' of git://git.infradead.org/users/vkoul/slave-dma: DMA: PL330: Check the pointer returned by kzalloc DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req() dmaengine: at_hdmac: check that each sg data length is non-null dmaengine: at_hdmac: fix comment in atc_prep_slave_sg()