From: Sven Eckelmann Date: Mon, 20 Aug 2012 21:37:26 +0000 (+0200) Subject: batman-adv: Check return value of try_module_get X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~536^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd5b80d51a6c4a68f7d4b9b92c495329f47e53d4;p=pandora-kernel.git batman-adv: Check return value of try_module_get New operations should not be started when they need an increased module reference counter and try_module_get failed. This patch addresses Coverity #712284: Unchecked return value Signed-off-by: Sven Eckelmann Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed