[U-Boot] [PATCH v2 11/32] dm: blk: Rename get_device_and_partition()

Simon Glass sjg at chromium.org
Sun Mar 13 02:52:43 CET 2016


On 29 February 2016 at 15:25, 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>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2:
> - Rename to blk_get_device_by_str()
>
>  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   | 42 ++++++++++++++++++++++++++++++++++++++----
>  10 files changed, 51 insertions(+), 17 deletions(-)

Applied to u-boot-dm/next.


More information about the U-Boot mailing list