]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
au1100fb: remove a bogus dma_free_nonconsistent call
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Jun 2017 08:37:32 +0000 (10:37 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 28 Jun 2017 13:54:57 +0000 (06:54 -0700)
commitc4d9d598fd2a82136175706e599c4150d0962b1b
tree341bf231779e241b6175d56d733f7b4b0bbf7802
parent2e7d1098c00caebc8e31c4d338a49e88c979dd2b
au1100fb: remove a bogus dma_free_nonconsistent call

au1100fb is using managed dma allocations, so it doesn't need to
explicitly free the dma memory in the error path (and if it did
it would have to use the managed version).

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/au1100fb.c