From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH] cmd: usb_mass_storage: show device interface name
Date: Thu, 17 Dec 2020 18:01:14 +0100 [thread overview]
Message-ID: <20201217180114.562bc62a@jawa> (raw)
In-Reply-To: <20201217104711.3405-1-m.szyprowski@samsung.com>
On Thu, 17 Dec 2020 11:47:11 +0100
Marek Szyprowski <m.szyprowski@samsung.com> wrote:
> Show the interface name (i.e. 'mmc') in the information string to ease
> user checking which device is exported via USB Mass Storage protocol.
>
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
> cmd/usb_mass_storage.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/cmd/usb_mass_storage.c b/cmd/usb_mass_storage.c
> index cf2f55994e..14fa7233c7 100644
> --- a/cmd/usb_mass_storage.c
> +++ b/cmd/usb_mass_storage.c
> @@ -115,8 +115,8 @@ static int ums_init(const char *devtype, const
> char *devnums_part_str) ums[ums_count].name = name;
> ums[ums_count].block_dev = *block_dev;
>
> - printf("UMS: LUN %d, dev %d, hwpart %d, sector %#x,
> count %#x\n",
> - ums_count, ums[ums_count].block_dev.devnum,
> + printf("UMS: LUN %d, dev %s %d, hwpart %d, sector
> %#x, count %#x\n",
> + ums_count, devtype,
> ums[ums_count].block_dev.devnum, ums[ums_count].block_dev.hwpart,
> ums[ums_count].start_sector,
> ums[ums_count].num_sectors);
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201217/35ed8cf1/attachment.sig>
prev parent reply other threads:[~2020-12-17 17:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20201217104716eucas1p2953198789d4975e27ad7dd1b2d0d2cc8@eucas1p2.samsung.com>
2020-12-17 10:47 ` [PATCH] cmd: usb_mass_storage: show device interface name Marek Szyprowski
2020-12-17 17:01 ` Lukasz Majewski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201217180114.562bc62a@jawa \
--to=lukma@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox