From: Johannes Berg Date: Sat, 22 Oct 2011 17:05:51 +0000 (+0200) Subject: nl80211: clean up genlmsg_end uses X-Git-Tag: v3.3-rc1~182^2~545^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b7b72eed19684824806b3fbefef653a180ef2b0;p=pandora-kernel.git nl80211: clean up genlmsg_end uses genlmsg_end() cannot fail, it just returns the length of the message. Thus, error handling for it is useless. While removing it, I also noticed a useless variable and removed this it as well. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed