From: Viresh Kumar Date: Thu, 3 Mar 2011 10:17:23 +0000 (+0530) Subject: dw_dmac: Changing type of src_master and dest_master to u8. X-Git-Tag: v2.6.39-rc1~203^2~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59c22fc11d12b69da36c6585a38229863ba0bb16;p=pandora-kernel.git dw_dmac: Changing type of src_master and dest_master to u8. src_master & dest_master don't required u32 as they have values limited to u8 only. Also their description is missing from doc style comment. This patch fixes above mentioned issues. Signed-off-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed