Home
last modified time | relevance | path

Searched hist:e48802333acecfa3ada7b13eb55fa03b08df9e74 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/base/power/
H A Dwakeup_stats.cdiff e48802333acecfa3ada7b13eb55fa03b08df9e74 Fri Apr 16 07:43:52 CDT 2021 Colin Ian King <colin.king@canonical.com> PM: wakeup: remove redundant assignment to variable retval

The variable retval is being initialized with a value that is
never read and it is being updated later with a new value. The
initialization is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>