Other busses on the system use the official capitalization for the

technology.  Make mmc conform to that.

Submitted by:	mav@
This commit is contained in:
Warner Losh 2008-09-28 22:23:06 +00:00
parent 752fe3b39e
commit 2703cdbb1b

View File

@ -120,7 +120,7 @@ static int
mmc_probe(device_t dev)
{
device_set_desc(dev, "mmc/sd bus");
device_set_desc(dev, "MMC/SD bus");
return (0);
}