]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: mmc: Rename 'mmc' variable to 'mmcp'
authorSimon Glass <sjg@chromium.org>
Wed, 2 Dec 2015 17:59:12 +0000 (10:59 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 5 Dec 2015 23:22:33 +0000 (18:22 -0500)
commit99c7a51a249292ba98889b253659b27ed089bd7e
tree4c036ef4b69a4a079f448f8f3c40d46b848b8964
parentd773a008ee3135b28becc5ebce050c931767fed8
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>
common/spl/spl_mmc.c