Re: cosmetic sdio diff

2018-05-21 Thread Stefan Sperling
On Mon, May 21, 2018 at 01:35:31PM +0200, Mark Kettenis wrote: > This diff improves the way we printf "not configured" sdio devices. > > Before: > > (manufacturer 0x2d0, product 0x4334)at sdmmc1 function 2 not configured > > After: > > manufacturer 0x02d0, product 0x4334 at sdmmc1 function 2 no

cosmetic sdio diff

2018-05-21 Thread Mark Kettenis
This diff improves the way we printf "not configured" sdio devices. Before: (manufacturer 0x2d0, product 0x4334)at sdmmc1 function 2 not configured After: manufacturer 0x02d0, product 0x4334 at sdmmc1 function 2 not configured This is somewhat similar to how we print "unknown" pci devices, alt