Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Three trivial overlapping conflicts. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -362,8 +362,8 @@ int genl_register_family(struct genl_family *family)
|
||||
} else
|
||||
family->attrbuf = NULL;
|
||||
|
||||
family->id = idr_alloc(&genl_fam_idr, family,
|
||||
start, end + 1, GFP_KERNEL);
|
||||
family->id = idr_alloc_cyclic(&genl_fam_idr, family,
|
||||
start, end + 1, GFP_KERNEL);
|
||||
if (family->id < 0) {
|
||||
err = family->id;
|
||||
goto errout_free;
|
||||
|
Reference in New Issue
Block a user