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:
023e2cf
)
genetlink: A genl_bind() to an out-of-range multicast group should not WARN().
author
David S. Miller
<davem@davemloft.net>
Mon, 29 Dec 2014 21:31:49 +0000
(16:31 -0500)
committer
David S. Miller
<davem@davemloft.net>
Mon, 29 Dec 2014 21:31:49 +0000
(16:31 -0500)
Users can request to bind to arbitrary multicast groups, so warning
when the requested group number is out of range is not appropriate.
And with the warning removed, and the 'err' variable properly given
an initial value, we can remove 'found' altogether.
Reported-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found