OSDN Git Service

spi: dw: Avoid useless assignments in generic DMA setup
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 7 May 2020 11:54:48 +0000 (14:54 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 7 May 2020 12:42:59 +0000 (13:42 +0100)
commit140e45e1e62dd56ed4c264db1443a5d4f5f40352
tree960e0cfb48889427216c7e82c1bcb6eb82776612
parent22d48ad7bfacda05900c3f7b43510fc4d40d5d53
spi: dw: Avoid useless assignments in generic DMA setup

Generic DMA setup doesn't rely on certain type of DMA controller and thus
shouldn't use Intel Medfield settings, although it's harmless in this case.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200507115449.8093-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dw-mid.c