From: David S. Miller Date: Mon, 29 Dec 2014 21:31:49 +0000 (-0500) Subject: genetlink: A genl_bind() to an out-of-range multicast group should not WARN(). X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~341^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc97a1a9477f969e34b38ca9d9cd231cb93ebea2;p=pandora-kernel.git genetlink: A genl_bind() to an out-of-range multicast group should not WARN(). 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed