Re: [Linux-zigbee-devel] [patch] ieee802154: missing put_dev() on error

2014-05-22 Thread David Miller
From: Dan Carpenter Date: Thu, 22 May 2014 10:53:06 +0300 > We should call put_dev() on the error path here. > > Fixes: 3e9c156e2c21 ('ieee802154: add netlink interfaces for llsec') > Signed-off-by: Dan Carpenter Applied, thanks Dan. ---

[Linux-zigbee-devel] [patch] ieee802154: missing put_dev() on error

2014-05-22 Thread Dan Carpenter
We should call put_dev() on the error path here. Fixes: 3e9c156e2c21 ('ieee802154: add netlink interfaces for llsec') Signed-off-by: Dan Carpenter --- Applies to -next diff --git a/net/ieee802154/nl-mac.c b/net/ieee802154/nl-mac.c index 5617b4c..a3281b8 100644 --- a/net/ieee802154/nl-mac.c +++ b