commit | da70ebb664f985ad6aaf75d2c11d50d51a02e2fe | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Aug 30 15:27:26 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Thu Aug 30 15:32:59 2018 +0200 |
tree | d99cf71d1c6c078ab15d6802d2d6559c8f073bb0 | |
parent | ff88ee8303e6cbb2c977c0bee7bf272f677b1993 [diff] |
mmc: renesas-sdhi: Use priv directly The dev_get_priv(dev) is used twice in the probe function. Replace the second invocation with priv variable. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>