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

Commit a022fef5 authored by Mark M. Hoffman's avatar Mark M. Hoffman
Browse files

hwmon: (vt8231) fix sparse warning

parent 5460a9d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -676,7 +676,7 @@ static struct pci_driver vt8231_pci_driver = {
	.probe		= vt8231_pci_probe,
};

int vt8231_probe(struct platform_device *pdev)
static int vt8231_probe(struct platform_device *pdev)
{
	struct resource *res;
	struct vt8231_data *data;