]> git.baikalelectronics.ru Git - kernel.git/commit
net: nfc: have genetlink code to parse the attrs during dumpit
authorJiri Pirko <jiri@mellanox.com>
Sat, 5 Oct 2019 18:04:38 +0000 (20:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Oct 2019 13:44:47 +0000 (15:44 +0200)
commitb784c4f5923bff28382a1b95a02c621150a342fa
tree1d99aa7260fe1e1b1aab0514153f6727f7896c41
parent1849e8bcdbb03772c89005aaa95609dafb14c449
net: nfc: have genetlink code to parse the attrs during dumpit

Benefit from the fact that the generic netlink code can parse the attrs
for dumpit op and avoid need to parse it in the op callback.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/nfc/netlink.c