genetlink: remove superfluous assignment
authorDenis ChengRq <crquan@gmail.com>
Mon, 2 Jun 2014 08:18:01 +0000 (01:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Jun 2014 17:36:18 +0000 (10:36 -0700)
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 <crquan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/genetlink.c

Simple merge