diff options
author | Lv Zheng <lv.zheng@intel.com> | 2016-03-24 13:01:28 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-04-09 03:08:40 +0200 |
commit | 60438d9a1ef4176d79739efadee122afe92904b8 (patch) | |
tree | 6dbb238ffd64d75bb487e10e47557ef7e4ba6e10 | |
parent | 9735a22799b9214d17d3c231fe377fc852f042e9 (diff) |
tools/power/acpi: close file only if it is open
The logic on the test for a valid fd to close is incorrect.
This was just a mistake and was pointed out by Colin Ian King.
Link: https://patchwork.kernel.org/patch/8620201/
Original-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>