nfc: Fix portid type in urelease_work
authorRichard Weinberger <richard@nod.at>
Sun, 12 Apr 2015 22:52:36 +0000 (00:52 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Apr 2015 20:35:16 +0000 (16:35 -0400)
commit65bc4f936e6f1c7de59938e832701faa903d2d45
tree55ec0613c928dab46db0c5c9e1c4a90cfa8e1d3c
parent0392d099ab29767b8d7d4d1d29e8020f8abe943f
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: Richard Weinberger <richard@nod.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/nfc/netlink.c