commit | e48802333acecfa3ada7b13eb55fa03b08df9e74 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Apr 16 13:43:52 2021 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Apr 22 15:22:38 2021 +0200 |
tree | df8e5f0ed0589b16767ad5fefdbbd01f0251cabd | |
parent | f5d1499ae2096d7ea301023c4cc54e427300eb0a [diff] |
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>