]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
acpi_iicbus: set device description in the probe method
authoravg <avg@FreeBSD.org>
Fri, 24 Apr 2020 07:55:39 +0000 (07:55 +0000)
committeravg <avg@FreeBSD.org>
Fri, 24 Apr 2020 07:55:39 +0000 (07:55 +0000)
commit1eccff6694ebd317a8eead3c171d160c1814ac24
treea1bc9bb9d4db02e5ae5eb26f3b4de534262e0e51
parent2c6fed6a7d8464e691b21dd01a4aeef70464a063
acpi_iicbus: set device description in the probe method

Kernel prints the device announcement before the attach method is
called, so if the correct description is not set by the probe method,
then the announcement would have an incorrect one.

MFC after: 1 week
sys/dev/iicbus/acpi_iicbus.c