ARM: OMAP1: CGRM: fix omap1_get_reset_sources() return type
authorPaul Walmsley <paul@pwsan.com>
Tue, 30 Oct 2012 02:49:43 +0000 (20:49 -0600)
committerPaul Walmsley <paul@pwsan.com>
Tue, 30 Oct 2012 02:49:43 +0000 (20:49 -0600)
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 <paul@pwsan.com>

No differences found