mmc: core: Correct descriptions in mmc_of_parse()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 19 Apr 2021 11:24:54 +0000 (14:24 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 23 Apr 2021 07:29:48 +0000 (09:29 +0200)
commit0f2c771e74b56e8c0101cac2b8671bcf6feccd96
tree1c73884da8350f9d1e8189fe6497efd4398e283c
parent82104edc5934955ca8571ba576f6850fec8301ae
mmc: core: Correct descriptions in mmc_of_parse()

Since it has been converted to use device property API, the function
and field descriptions become outdated. Correct them.

Fixes: 73a47a9bb3e2 ("mmc: core: Use device_property_read instead of of_property_read")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210419112459.25241-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/host.c