mmc: sdhci: Use more concise device_property_read_u64
authorJeremy Linton <jeremy.linton@arm.com>
Wed, 25 Nov 2020 03:36:30 +0000 (21:36 -0600)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 4 Dec 2020 11:27:58 +0000 (12:27 +0100)
commitcb80a7e917483150ca592bc7e15163341e7d4150
treee0e30f0ae56f4d2157b034d9921590d4a6096ec3
parentdb29d3d1c2451e673e29c7257471e3ce9d50383a
mmc: sdhci: Use more concise device_property_read_u64

Since we only need a single u64 the _array form is
unnecessarily. Use device_property_read_u64 instead.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20201125033630.603863-1-jeremy.linton@arm.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c