diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2026-05-18 17:03:20 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2026-05-18 17:04:11 +0000 |
| commit | 32f854663d76ea06529ca8990ec0d116c8acb32b (patch) | |
| tree | 78535925b2b7588b26c057caedb41a450a28b5dd | |
| parent | 22c054c4cce719662d503685138433eb27d40001 (diff) | |
| -rw-r--r-- | sys/dev/qcom_tlmm/qcom_tlmm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/qcom_tlmm/qcom_tlmm.c b/sys/dev/qcom_tlmm/qcom_tlmm.c index 3581e651fd59..5b2c11941d50 100644 --- a/sys/dev/qcom_tlmm/qcom_tlmm.c +++ b/sys/dev/qcom_tlmm/qcom_tlmm.c @@ -90,7 +90,6 @@ qcom_tlmm_probe(device_t dev) for (i = 0; qcom_tlmm_chipsets[i].id != 0; i++) { ql = &qcom_tlmm_chipsets[i]; - device_printf(dev, "%s: checking %s\n", __func__, ql->ofw_str); if (ofw_bus_is_compatible(dev, ql->ofw_str) == 1) { sc->sc_chipset = ql->id; sc->sc_attach_func = ql->attach_func; |
