git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96b2e73
)
genetlink: remove superfluous assignment
author
Denis ChengRq
<crquan@gmail.com>
Mon, 2 Jun 2014 08:18:01 +0000
(
01:18
-0700)
committer
David 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
patch
|
blob
|
history
diff --cc
net/netlink/genetlink.c
Simple merge