Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/rocker/rocker.c The rocker commit was two overlapping changes, one to rename the ->vport member to ->pport, and another making the bitmask expression use '1ULL' instead of plain '1'. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -348,7 +348,7 @@ config NET_SCH_PLUG
|
||||
comment "Classification"
|
||||
|
||||
config NET_CLS
|
||||
boolean
|
||||
bool
|
||||
|
||||
config NET_CLS_BASIC
|
||||
tristate "Elementary classification (BASIC)"
|
||||
|
@@ -228,6 +228,7 @@ static int tcf_em_validate(struct tcf_proto *tp,
|
||||
* to replay the request.
|
||||
*/
|
||||
module_put(em->ops->owner);
|
||||
em->ops = NULL;
|
||||
err = -EAGAIN;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user