From: Peter Ujfalusi Date: Thu, 14 Nov 2013 09:35:29 +0000 (+0200) Subject: ASoC: davinci-mcasp: Rename private struct and it's users (dev -> mcasp) X-Git-Tag: v3.14-rc1~143^2~1^2~38^2^17~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70091a3e6aa2e7a05eaefcaec1a43c27a5023eb7;p=pandora-kernel.git ASoC: davinci-mcasp: Rename private struct and it's users (dev -> mcasp) Rename the private struct from davinci_audio_dev to davinci_mcasp. Change the local use of the pointer to this struct from *dev to *mcasp. The aim is to have better readable code for the first look since having dev->xxxx in the code when using the local private struct is a bit surprising. Signed-off-by: Peter Ujfalusi Signed-off-by: Mark Brown --- Reading git-diff-tree failed