commit | 118e11182a8168515a11b27c4c6d80fbb233b7f8 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Fri Oct 25 11:41:30 2019 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Nov 03 18:11:13 2019 +0100 |
tree | fb3aa51186f0985e07baee8e34110c551c8a2aa2 | |
parent | 0c40c1be2512abc99ea27df83f882dd61b5437bc [diff] |
mmc: dw_mmc: Remove superfluous cast in debugfs_create_u32() call "dw_mci.state" is an enum, which is compatible with u32, so there is no need to cast its address, preventing further compiler checks. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Link: https://lore.kernel.org/r/20191025094130.26033-8-geert+renesas@glider.be Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>