mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ig4iic_acpi_probe: remove set but unused variable
MFC after: 1 week
This commit is contained in:
parent
814fa34dfb
commit
4a04cc26e3
1 changed files with 0 additions and 2 deletions
|
|
@ -68,10 +68,8 @@ static char *ig4iic_ids[] = {
|
|||
static int
|
||||
ig4iic_acpi_probe(device_t dev)
|
||||
{
|
||||
ig4iic_softc_t *sc;
|
||||
int rv;
|
||||
|
||||
sc = device_get_softc(dev);
|
||||
if (acpi_disabled("ig4iic"))
|
||||
return (ENXIO);
|
||||
rv = ACPI_ID_PROBE(device_get_parent(dev), dev, ig4iic_ids, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue