]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-firmware/ti-amx3-cm3-pm-firmware.git/commit
CM3: Remove redundant rtc_timeout_val range check.
authorRuss Dill <Russ.Dill@ti.com>
Thu, 22 Aug 2013 07:58:25 +0000 (00:58 -0700)
committerRuss Dill <Russ.Dill@ti.com>
Fri, 23 Aug 2013 11:19:23 +0000 (04:19 -0700)
commitbd27ec1de5b00704c3322d962db3f64de828c099
treec8e34cd301f7ba28e83882e90a711b6557899c5b
parentfdc0e3fd76f557deb858cecdfa09d805af779389
CM3: Remove redundant rtc_timeout_val range check.

The rtc_timeout_val field is 4 bits long. The RTC_TIMEOUT_MAX
val is 0xf. The field can never contain a value larger than 0xf.

Signed-off-by: Russ Dill <Russ.Dill@ti.com>
src/pm_services/pm_handlers.c