commit | 99c7a51a249292ba98889b253659b27ed089bd7e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 02 10:59:12 2015 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 05 18:22:33 2015 -0500 |
tree | 4c036ef4b69a4a079f448f8f3c40d46b848b8964 | |
parent | d773a008ee3135b28becc5ebce050c931767fed8 [diff] |
spl: mmc: Rename 'mmc' variable to 'mmcp' The 'p' suffix makes it more obvious that we are dealing with a pointer to a (pointer) value that will be returned to its caller. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Nikita Kiryanov <nikita@compulab.co.il> Tested-by: Michal Simek <michal.simek@xilinx.com>