From: Denis ChengRq Date: Mon, 2 Jun 2014 08:18:01 +0000 (-0700) Subject: genetlink: remove superfluous assignment X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f91abd4516da0cadfb955c963b16f96e2e6c07a;p=pandora-kernel.git genetlink: remove superfluous assignment the local variable ops and n_ops were just read out from family, and not changed, hence no need to assign back. Validation functions should operate on const parameters and not change anything. Signed-off-by: Cheng Renquan Signed-off-by: David S. Miller --- Reading git-diff-tree failed