commit | 6dfbb2cece78fc54a3f8bd116dbe20cf3bc63df1 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | Mon Apr 19 18:33:34 2021 +0200 |
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | Tue Apr 20 16:18:08 2021 +0200 |
tree | 05304006340f199232e316fd56cdbfaae2f1af5a | |
parent | a837f35c5ae0b0fb2b2b6bc1765b7be5a44b0a19 [diff] |
power: supply: max17040: remove unneeded double cast There is no need for double explicit cast from of_device_get_match_data() (uintptr_t and then to target enum) because implicit conversion from uintptr_t to enum is straightforward (uintptr_t is a integer type). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>