[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8

Signed-off-by: Per Liden <per.liden@ericsson.com>
ACKed-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Per Liden
2006-01-03 14:13:29 -08:00
committed by David S. Miller
parent fd19f329a3
commit b461d2f218
2 changed files with 2 additions and 2 deletions

View File

@@ -441,7 +441,7 @@ errout:
}
static struct sk_buff *ctrl_build_msg(struct genl_family *family, u32 pid,
int seq, int cmd)
int seq, u8 cmd)
{
struct sk_buff *skb;
int err;