From: Tomoya MORINAGA Date: Wed, 12 Oct 2011 00:38:35 +0000 (+0900) Subject: pch_dma: Reduce wasting memory X-Git-Tag: v3.2-rc1~47^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01631243d712d41681d61c0556341a3329860c47;p=pandora-kernel.git pch_dma: Reduce wasting memory nr_channels is defined in "struct pch_dma". and struct pch_dma_chan is defined in "struct pch_dma". So, "sizeof(struct pch_dma_chan) * nr_channels" is unnecessary. Signed-off-by: Tomoya MORINAGA Signed-off-by: Vinod Koul --- Reading git-diff-tree failed