提交 65bc4f93 编写于 作者: R Richard Weinberger 提交者: David S. Miller

nfc: Fix portid type in urelease_work

portid is an unsigned integer. Fix urelease_work to
match all other portid user in the kernel.
Signed-off-by: NRichard Weinberger <richard@nod.at>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 0392d099
...@@ -1584,7 +1584,7 @@ static const struct genl_ops nfc_genl_ops[] = { ...@@ -1584,7 +1584,7 @@ static const struct genl_ops nfc_genl_ops[] = {
struct urelease_work { struct urelease_work {
struct work_struct w; struct work_struct w;
int portid; u32 portid;
}; };
static void nfc_urelease_event_work(struct work_struct *work) static void nfc_urelease_event_work(struct work_struct *work)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册