On Monday, August 20, 2012 23:37:26 Sven Eckelmann wrote:
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 sven@narfation.org
Removed the wrapper functions
debugfs.c | 6 ++++-- icmp_socket.c | 12 ++++++++---- main.c | 10 ---------- main.h | 2 -- 4 files changed, 12 insertions(+), 18 deletions(-)
Applied in revision 2e66c5e.
Thanks, Marek