From: Philipp Zabel Date: Tue, 2 Jan 2007 19:59:38 +0000 (+0100) Subject: [ARM] 4080/1: Fix for the SSCR0_SlotsPerFrm macro X-Git-Tag: v2.6.20-rc4~94^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f566b2b22d89c4785f25e6e4d60163b5ae6251f4;p=pandora-kernel.git [ARM] 4080/1: Fix for the SSCR0_SlotsPerFrm macro The SSCR0_SlotsPerFrm macro writes a 3-bit value to bits [2:0], while the correct location of FRDC in SSCR0 is at bits [26:24]. This patch adds the missing "<< 24". Signed-off-by: Philipp Zabel Signed-off-by: Russell King --- Reading git-diff-tree failed