[U-Boot] [PATCH 11/30] dm: blk: Rename get_device_and_partition()
Bin Meng
bmeng.cn at gmail.com
Tue Feb 16 15:02:23 CET 2016
On Mon, Feb 15, 2016 at 10:16 AM, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> cmd/disk.c | 2 +-
> cmd/fat.c | 4 ++--
> cmd/part.c | 2 +-
> cmd/reiser.c | 4 ++--
> cmd/zfs.c | 4 ++--
> common/env_fat.c | 4 ++--
> disk/part.c | 2 +-
> fs/fs.c | 2 +-
> fs/ubifs/ubifs.c | 2 +-
> include/part.h | 38 ++++++++++++++++++++++++++++++++++++--
> 10 files changed, 49 insertions(+), 15 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list