]> git.karo-electronics.de Git - linux-beck.git/commit
dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 15 Nov 2012 14:00:25 +0000 (15:00 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Nov 2012 14:58:59 +0000 (15:58 +0100)
commit8c75979d7ac8cdec927605336aeebea0c7f88f74
treea8189afecee0372448a92e379c270574996f9354
parent98817b99599fc18b5e4bf5bc63ad899b83404a68
dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'

The mv_xor_device structure embeds a 'struct dma_device', which is
named 'common', a not very meaningful name. Rename it to 'dmadev',
which will help avoid confusions later as we merge the mv_xor_device
and mv_xor_chan structures together.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
drivers/dma/mv_xor.c
drivers/dma/mv_xor.h