commit | 966b695e7f1fe6b1ba94438d5a008ee06a6fcbbe | [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 | d089ba351d7005f402152fad3efb7a194376b488 [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>