Re: [PATCH v2 5/5] mmc: Make "MMC Device not found" a debug output
"Kathpalia, Tanmay" <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <DM4PR03MB620820E75F4664652B34E262F9AE2@DM4PR03MB6208.namprd03.prod.outlook.com> |
Reviewed-by: Tanmay Kathpalia <[email protected]<mailto:[email protected]>> Altera Confidential ________________________________ From: Peng Fan <[email protected]> Sent: Wednesday, August 26, 2026 2:17:24 pm To: Jan Kiszka <[email protected]> Cc: U-Boot Mailing List <[email protected]>; Jens Wiklander <[email protected]>; Ilias Apalodimas <[email protected]>; Sai Sree Kartheek Adivi <[email protected]>; Alexander Heinisch <[email protected]>; Kathpalia, Tanmay <[email protected]>; Peng Fan <[email protected]>; Jaehoon Chung <[email protected]> Subject: Re: [PATCH v2 5/5] mmc: Make "MMC Device not found" a debug output On Sun, Aug 23, 2026 at 09:47:26PM +0200, Jan Kiszka wrote: >From: Jan Kiszka <[email protected]> > >Callers of find_mmc_device are generally processing and informing about >errors already, e.g. > >=> mmc dev 2 >MMC Device 2 not found >no mmc device at slot 2 > >Signed-off-by: Jan Kiszka <[email protected]> Reviewed-by: Peng Fan <[email protected]>