]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: blk: Rename get_device_and_partition()
authorSimon Glass <sjg@chromium.org>
Mon, 29 Feb 2016 22:25:44 +0000 (15:25 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 14 Mar 2016 21:34:50 +0000 (15:34 -0600)
commite35929e4a1ffe861f2f45e107986568c56c4f077
tree931c9af5f622d4fb90bf932a911100bcd94c75c0
parentebac37cfbfb32ea44704fe032fadd5cf334824b7
dm: blk: Rename get_device_and_partition()

Rename this function to blk_get_device_part_str(). This is a better name
because it makes it clear that the function returns a block device and
parses a string.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
cmd/disk.c
cmd/fat.c
cmd/part.c
cmd/reiser.c
cmd/zfs.c
common/env_fat.c
disk/part.c
fs/fs.c
fs/ubifs/ubifs.c
include/part.h