Loading drivers/bcma/main.c +4 −0 Original line number Diff line number Diff line Loading @@ -633,8 +633,11 @@ static int bcma_device_probe(struct device *dev) drv); int err = 0; get_device(dev); if (adrv->probe) err = adrv->probe(core); if (err) put_device(dev); return err; } Loading @@ -647,6 +650,7 @@ static int bcma_device_remove(struct device *dev) if (adrv->remove) adrv->remove(core); put_device(dev); return 0; } Loading Loading
drivers/bcma/main.c +4 −0 Original line number Diff line number Diff line Loading @@ -633,8 +633,11 @@ static int bcma_device_probe(struct device *dev) drv); int err = 0; get_device(dev); if (adrv->probe) err = adrv->probe(core); if (err) put_device(dev); return err; } Loading @@ -647,6 +650,7 @@ static int bcma_device_remove(struct device *dev) if (adrv->remove) adrv->remove(core); put_device(dev); return 0; } Loading