commit | de44acfb3d3af23590146e78c34b4ac0c805828f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 28 23:32:01 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 23 09:42:28 2015 -0600 |
tree | a0d6577e593f6f0cf95f9f55271f17bf1946b1b3 | |
parent | 75bc003c08de89956bd70c31dfc0002e3a3b26f4 [diff] |
dm: Rename dev_get_parentdata() to dev_get_parent_priv() The current name is inconsistent with other driver model data access functions. Rename it and fix up all users. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>