From: Benoit Cousson Date: Thu, 20 May 2010 18:31:09 +0000 (-0600) Subject: OMAP: hwmod: Fix wrong pointer iteration in oh->slaves X-Git-Tag: v2.6.35-rc1~456^2~1^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682fdc96f3afb5ec34e4893fae41d09346d656ed;p=pandora-kernel.git OMAP: hwmod: Fix wrong pointer iteration in oh->slaves The iteration is currently done on the omap_hwmod_ocp_if pointer and not on the table pointer that reference them. It worked most of the time because the structure are contiguous in memory. Signed-off-by: Benoit Cousson Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed