SiS 5595 PMU: Remove a pointless tautology.

This commit is contained in:
OBattler
2024-03-27 22:19:06 +01:00
parent f48b710206
commit 8b3866b993

View File

@@ -140,7 +140,6 @@ sis_5595_pmu_trap_update_devctl(sis_5595_pmu_t *dev, uint8_t trap_id, uint8_t en
uint16_t addr, uint16_t size)
{
sis_5595_pmu_io_trap_t *trap = &dev->io_traps[trap_id];
enable = enable;
/* Set up Device I/O traps dynamically. */
if (enable && !trap->trap) {