Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab42bf24 authored by Corey Minyard's avatar Corey Minyard
Browse files

ipmi: Ignore SSIF in the PNP handling

parent 5174f5ae
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2133,6 +2133,9 @@ static int try_init_spmi(struct SPMITable *spmi)
	case 3:	/* BT */
		info->si_type = SI_BT;
		break;
	case 4: /* SSIF, just ignore */
		kfree(info);
		return -EIO;
	default:
		printk(KERN_INFO PFX "Unknown ACPI/SPMI SI type %d\n",
		       spmi->InterfaceType);
@@ -2250,6 +2253,8 @@ static int ipmi_pnp_probe(struct pnp_dev *dev,
	case 3:
		info->si_type = SI_BT;
		break;
	case 4: /* SSIF, just ignore */
		goto err_free;
	default:
		dev_info(&dev->dev, "unknown IPMI type %lld\n", tmp);
		goto err_free;