commit | e84dddf10a7d1b3e9a65113fb0387d789ecf1dbf | [log] [tgz] |
---|---|---|
author | Paul Barker <paul.barker.ct@bp.renesas.com> | Mon Oct 16 10:25:37 2023 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Oct 17 03:27:42 2023 +0200 |
tree | 074ed040956302f1d0af34075bc3731a69f36308 | |
parent | ef7ab75676b4199397f6cd5fde8074c144ba5576 [diff] |
mmc: renesas-sdhi: Refactor probe function Move the assignment of priv->quirks earlier in the function. This allows us to drop the quirks local variable and makes it easier to maintain clean error handling when we add RZ/G2L support in the next patch. Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com> Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>