commit | 98817b99599fc18b5e4bf5bc63ad899b83404a68 | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Thu Nov 15 14:57:44 2012 +0100 |
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Tue Nov 20 15:58:58 2012 +0100 |
tree | 5a95c5af7d19946e47525f88591907e42d9e010e | |
parent | ecde6cd4924205e815adf8f1b0df98965e804e7f [diff] |
dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan' The mv_xor_chan structure embeds a 'struct dma_chan', which is named 'common', a not very meaningful name. Rename it to 'dmachan', 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>