New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 769407 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

ec: get_rtc_diff() should return unsigned int

Project Member Reported by philipchen@chromium.org, Sep 27 2017

Issue description

get_rtc_diff() in chip/stm32/clock-f.c returns int32_t.
However, from its implementation, it should just return uint32_t.
See the discussion here:
https://chromium-review.googlesource.com/#/c/chromiumos/platform/ec/+/659337/8/chip/stm32/clock-f.c@138
 
Description: Show this description

Sign in to add a comment