ig4iic_acpi_probe: remove set but unused variable

MFC after:	1 week
This commit is contained in:
Andriy Gapon 2020-04-30 15:45:01 +00:00
parent 814fa34dfb
commit 4a04cc26e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360499

View File

@ -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);