commit | 897ae3fe1216e52f2a5f28b37b4be8e6a9cb1bfa | [log] [tgz] |
---|---|---|
author | Bean Huo <beanhuo@micron.com> | Sun Apr 24 00:16:22 2022 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Tue Apr 26 14:09:00 2022 +0200 |
tree | 67cb70d47109612c4cf23de40ae60db7b39d77d9 | |
parent | c7666240ec76422cb7546bd07cc8ae80dc0ccdd2 [diff] |
mmc: sdhci-omap: Use of_device_get_match_data() helper Only the device data is needed, not the entire struct of_device_id. Use of_device_get_match_data() instead of open coding of_match_device(). Signed-off-by: Bean Huo <beanhuo@micron.com> Link: https://lore.kernel.org/r/20220423221623.1074556-2-huobean@gmail.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>