On Fri, Aug 08, 2014 at 08:24:39AM +0200, Alexander Aring wrote: > Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx> > --- > net/ieee802154/6lowpan_rtnl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/ieee802154/6lowpan_rtnl.c b/net/ieee802154/6lowpan_rtnl.c > index 0acd273..b6ec3b1 100644 > --- a/net/ieee802154/6lowpan_rtnl.c > +++ b/net/ieee802154/6lowpan_rtnl.c > @@ -238,7 +238,7 @@ lowpan_alloc_frag(struct sk_buff *skb, int size, > return ERR_PTR(-rc); > } > } else { > - frag = ERR_PTR(ENOMEM); > + frag = ERR_PTR(-ENOMEM); > } > > return frag; > -- > 2.0.3 > Sorry, I will also add a "ieee802154: " to beginning of this commit msg. - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html