batman-adv: Remove unnecessary OOM logging messages
Removing unnecessary messages saves code and text. Site specific OOM messages are duplications of a generic MM out of memory message and aren't really useful, so just delete them. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
This commit is contained in:

committed by
Marek Lindner

parent
45485ad7d2
commit
320f422f62
@@ -117,8 +117,6 @@ int mesh_init(struct net_device *soft_iface)
|
||||
goto end;
|
||||
|
||||
err:
|
||||
pr_err("Unable to allocate memory for mesh information structures: "
|
||||
"out of mem ?\n");
|
||||
mesh_free(soft_iface);
|
||||
return -1;
|
||||
|
||||
|
Reference in New Issue
Block a user