mfd: max8998: Simplify getting of_device_id match data
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Wed, 26 May 2021 12:47:00 +0000 (08:47 -0400)
committerLee Jones <lee.jones@linaro.org>
Wed, 2 Jun 2021 09:51:17 +0000 (10:51 +0100)
commitfac61e6931d18929d9e69f4e0a48f5529c21f2e7
tree4fd1f5e65c5774419e659343b6a3489125b987e7
parentb486413dd73ac900c6e3a5cda83f2e3f94cd2b2c
mfd: max8998: Simplify getting of_device_id match data

Use of_device_get_match_data() to make the code slightly smaller.  There
is also no need to wrap it in a check for CONFIG_OF, because dev.of_node
will be set only with OF support.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/max8998.c