Merge tag 'for-linus-20150516' of git://git.infradead.org/linux-mtd
[linux-2.6-block.git] / drivers / spi / spi-sh-msiof.c
index e57eec0b2f46a64f99ad104251baa505396b0555..bcc7c635d8e7dfe628d4ad5a4cf5fce80c6e4f09 100644 (file)
@@ -1030,7 +1030,6 @@ static struct dma_chan *sh_msiof_request_dma_chan(struct device *dev,
        }
 
        memset(&cfg, 0, sizeof(cfg));
-       cfg.slave_id = id;
        cfg.direction = dir;
        if (dir == DMA_MEM_TO_DEV) {
                cfg.dst_addr = port_addr;