From: Lars-Peter Clausen Date: Sun, 6 Jul 2014 18:32:26 +0000 (+0200) Subject: dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread * X-Git-Tag: omap-for-v3.17/fixes-against-rc2~88^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ad60600f5a3bf4c4edfbb95992af6ff2dfc18a;p=pandora-kernel.git dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread * The pl330_chid field of the dma_pl330_chan struct always holds a pointer to the thread that is associated with the channel. Changing its type form void * to struct pl330_thread makes things more type safe and removes the need for unnecessary typecasts. While we are at it also rename the field from the cryptic pl330_chid to thread. Signed-off-by: Lars-Peter Clausen Signed-off-by: Vinod Koul --- Reading git-diff-tree failed