X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Fkobject.h;h=445f978fbd9e2e64afd4177e5d1309fdf57612cf;hb=9d6c5babc04522ff85b550f14563970279ab8f90;hp=ad81e1c51487def091ffea196d36c1ee005f7698;hpb=daedd8708fe7707ed651bb1c83162f25c48a947c;p=pandora-kernel.git diff --git a/include/linux/kobject.h b/include/linux/kobject.h index ad81e1c51487..445f978fbd9e 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h @@ -226,7 +226,7 @@ static inline int kobject_uevent_env(struct kobject *kobj, static inline __printf(2, 3) int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) -{ return 0; } +{ return -ENOMEM; } static inline int kobject_action_type(const char *buf, size_t count, enum kobject_action *type)