From: Johannes Berg Date: Fri, 25 Oct 2013 09:05:22 +0000 (+0200) Subject: nl80211: check nla_put_* return values X-Git-Tag: v3.13-rc4~3^2~64^2^2~7^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae917c9f55862691e31b84de7ec29bedcb83971c;p=pandora-kernel.git nl80211: check nla_put_* return values Coverity pointed out that in a few functions we don't check the return value of the nla_put_*() calls. Most of these are fairly harmless because the input isn't very dynamic and controlled by the kernel, but the pattern is simply wrong, so fix this. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed