diff options
Diffstat (limited to 'src/drivers/i2c/rt5663/rt5663.c')
-rw-r--r-- | src/drivers/i2c/rt5663/rt5663.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/rt5663/rt5663.c b/src/drivers/i2c/rt5663/rt5663.c index 272cf78319..565e3bb29c 100644 --- a/src/drivers/i2c/rt5663/rt5663.c +++ b/src/drivers/i2c/rt5663/rt5663.c @@ -27,7 +27,7 @@ static void rt5663_fill_ssdt(const struct device *dev) }; struct acpi_dp *dp; - if (!dev->enabled || !scope) + if (!scope) return; /* Device */ |