Re: [PATCH 1/1] net: bridge: set error code on failure

From: David Miller
Date: Mon Dec 05 2016 - 13:28:06 EST


From: Pan Bian <bianpan2016@xxxxxxx>
Date: Sat, 3 Dec 2016 19:33:23 +0800

> Function br_sysfs_addbr() does not set error code when the call
> kobject_create_and_add() returns a NULL pointer. It may be better to
> return "-ENOMEM" when kobject_create_and_add() fails.
>
> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=188781
>
> Signed-off-by: Pan Bian <bianpan2016@xxxxxxx>

Applied.