From: Josh Poimboeuf Date: Tue, 3 Mar 2015 23:02:21 +0000 (-0600) Subject: livepatch: remove unnecessary call to klp_find_object_module() X-Git-Tag: omap-for-v4.2/o2_dc~151^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e3ac940f2754d7dc616aba1643a668954fe892f;p=pandora-kernel.git livepatch: remove unnecessary call to klp_find_object_module() klp_find_object_module() is called from both the klp register and enable paths. Only the call from the register path is necessary because the module notifier will let us know if the patched module gets loaded or unloaded. Signed-off-by: Josh Poimboeuf Reviewed-by: Petr Mladek Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed