mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typos in bootverbose printfs... display the write-protect pin info,
not the card-detect pin info.
This commit is contained in:
parent
b93763e55d
commit
5c65c9998a
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ wp_setup(struct sdhci_fdt_gpio *gpio, phandle_t node)
|
|||
|
||||
if (bootverbose)
|
||||
device_printf(dev, "Write protect switch on %s pin %u\n",
|
||||
device_get_nameunit(gpio->cd_pin->dev), gpio->cd_pin->pin);
|
||||
device_get_nameunit(gpio->wp_pin->dev), gpio->wp_pin->pin);
|
||||
}
|
||||
|
||||
struct sdhci_fdt_gpio *
|
||||
|
|
|
|||
Loading…
Reference in a new issue