From: Paul Walmsley Date: Tue, 30 Oct 2012 02:49:43 +0000 (-0600) Subject: ARM: OMAP1: CGRM: fix omap1_get_reset_sources() return type X-Git-Tag: omap-for-v3.8/fixes-non-critical-v2-signed~1^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=508c0d47736023fdcb491fd55ad64f7e08f6f32f;p=pandora-kernel.git ARM: OMAP1: CGRM: fix omap1_get_reset_sources() return type An older version of the patch "ARM: OMAP1: create read_reset_sources() function (for initial use by watchdog)" was sent upstream, which used the wrong return type for the omap1_get_reset_sources() function. Fix it to return a u32, which is what the WDTIMER platform_data function pointer read_reset_sources() expects. Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed