On Thursday, December 19, 2013 04:03:36 PM Levente Kurusa wrote: > This is required so that we give up the last reference to the device. > > Signed-off-by: Levente Kurusa <le...@linux.com>
Queued up for 3.14, thanks! > --- > drivers/pnp/card.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/pnp/card.c b/drivers/pnp/card.c > index bc00693..874c236 100644 > --- a/drivers/pnp/card.c > +++ b/drivers/pnp/card.c > @@ -239,6 +239,7 @@ int pnp_add_card(struct pnp_card *card) > error = device_register(&card->dev); > if (error) { > dev_err(&card->dev, "could not register (err=%d)\n", error); > + put_device(&card->dev); > return error; > } > > -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/