commit | 508c0d47736023fdcb491fd55ad64f7e08f6f32f | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Mon Oct 29 20:49:43 2012 -0600 |
committer | Paul Walmsley <paul@pwsan.com> | Mon Oct 29 20:49:43 2012 -0600 |
tree | e20ad3fd0673ac9a00900bb03f818cc01b9464a0 | |
parent | 7fc54fd3084457c7f11b9e2e1e3fcd19a3badc33 [diff] |
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 <paul@pwsan.com>