commit | 9107c973d32c72a6f7ac909fc4a6884a42e4e607 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 11:36:29 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 29ebd7fae208b74ddaf86414847e3b1c70fbb2dd | |
parent | 52138fd4072b64448855eac4c2c9815b46f5b43c [diff] |
dm: blk: Add a easier way to create a named block device Add a function that automatically builds the device name given the parent and a supplied string. Most callers will want to do this, so putting this functionality in one place makes more sense. Signed-off-by: Simon Glass <sjg@chromium.org>