The Contaq chipsets now close SMRAM on close.

This commit is contained in:
OBattler
2021-07-13 05:24:52 +02:00
parent 920b9b417d
commit 6aeeba1351

View File

@@ -411,6 +411,9 @@ contaq_82c59x_close(void *priv)
{
contaq_82c59x_t *dev = (contaq_82c59x_t *)priv;
smram_del(dev->smram[1]);
smram_del(dev->smram[0]);
free(dev);
}