X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fmcb%2Fmcb-pci.c;fp=drivers%2Fmcb%2Fmcb-pci.c;h=b15a0349cd97623416466df485849a6c02e0c633;hb=8cd1f9d01cbf4f46eace90d9792e65a209c37d31;hp=99dd9db90a80bb250379d2c08902c2efcc7349c2;hpb=f75564d343010b025301d9548f2304f48eb25f01;p=mirror_ubuntu-hirsute-kernel.git diff --git a/drivers/mcb/mcb-pci.c b/drivers/mcb/mcb-pci.c index 99dd9db90a80..b15a0349cd97 100644 --- a/drivers/mcb/mcb-pci.c +++ b/drivers/mcb/mcb-pci.c @@ -35,7 +35,6 @@ static int mcb_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id) struct resource *res; struct priv *priv; int ret; - int num_cells; unsigned long flags; priv = devm_kzalloc(&pdev->dev, sizeof(struct priv), GFP_KERNEL); @@ -92,9 +91,8 @@ static int mcb_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id) ret = chameleon_parse_cells(priv->bus, priv->mapbase, priv->base); if (ret < 0) goto out_mcb_bus; - num_cells = ret; - dev_dbg(&pdev->dev, "Found %d cells\n", num_cells); + dev_dbg(&pdev->dev, "Found %d cells\n", ret); mcb_bus_add_devices(priv->bus);