From: Ben Gardiner Date: Thu, 21 Apr 2011 18:19:02 +0000 (-0400) Subject: davinci-mcasp: use bitfield definitions for PDIR X-Git-Tag: v2.6.39-rc7~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9595c8f035829d0c5deffbfdc6819d6797b3b402;p=pandora-kernel.git davinci-mcasp: use bitfield definitions for PDIR The current driver creates value for set/clr of PDIR using (x<<26) instead of the #defines that are convieniently made available. Update the driver to use the bitfield definitions of PDIR. There is no functional change introduced by this patch. Signed-off-by: Ben Gardiner Reviewed-by: James Nuss Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed