]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/kobject_uevent.c
Merge branch 'bjorn-cleanups' into release
[karo-tx-linux.git] / lib / kobject_uevent.c
index ca215bc2329a6fdf38fe901808f6cb013f26fddd..318328ddbd1cf57b89cc84dc63b2818b480231d9 100644 (file)
@@ -225,8 +225,10 @@ int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
                        }
 
                        NETLINK_CB(skb).dst_group = 1;
-                       netlink_broadcast(uevent_sock, skb, 0, 1, GFP_KERNEL);
-               }
+                       retval = netlink_broadcast(uevent_sock, skb, 0, 1,
+                                                  GFP_KERNEL);
+               } else
+                       retval = -ENOMEM;
        }
 #endif