Re: [PATCH net-next] NFC: digital: Remove two unused macroes

2020-09-05 Thread Jakub Kicinski
On Fri, 4 Sep 2020 21:01:57 +0800 Wang Hai wrote: > DIGITAL_NFC_DEP_REQ_RES_TAILROOM is never used after it was introduced. > DIGITAL_NFC_DEP_REQ_RES_HEADROOM is no more used after below > commit e8e7f4217564 ("NFC: digital: Remove useless call to skb_reserve()") > Remove them. > > Reported-by:

[PATCH net-next] NFC: digital: Remove two unused macroes

2020-09-04 Thread Wang Hai
DIGITAL_NFC_DEP_REQ_RES_TAILROOM is never used after it was introduced. DIGITAL_NFC_DEP_REQ_RES_HEADROOM is no more used after below commit e8e7f4217564 ("NFC: digital: Remove useless call to skb_reserve()") Remove them. Reported-by: Hulk Robot Signed-off-by: Wang Hai --- net/nfc/digital_dep.c