On Wed, Jul 12, 2023 at 03:01:22PM +0100, Colin Ian King wrote:
In the case where a sysfs file cannot be opened the error return path fcloses file pointer fpl, however, fpl has already been closed in the previous stanza. Fix the double fclose by removing it.
Reviewed-by: Mark Brown broonie@kernel.org