iio:ad5791: Do not store transfer buffers on the stack
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 25 Nov 2013 12:41:00 +0000 (12:41 +0000)
committerJonathan Cameron <jic23@kernel.org>
Tue, 3 Dec 2013 20:22:26 +0000 (20:22 +0000)
commit791bb52a0cd2cc95f030e461cfafe26448bc6618
tree6df3a043a100376081f039b452e2e6da3757af40
parentae8bb9b10124ff266c35507b347b31f34c0fe05d
iio:ad5791: Do not store transfer buffers on the stack

Some SPI controllers may not be able to handle transfer buffers that are placed
on the stack.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/dac/ad5791.c