OSDN Git Service

Merge tag 'ieee802154-for-net-2023-03-29' of git://git.kernel.org/pub/scm/linux/kerne...
authorJakub Kicinski <kuba@kernel.org>
Thu, 30 Mar 2023 04:41:12 +0000 (21:41 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 30 Mar 2023 04:41:12 +0000 (21:41 -0700)
commita4d7108c2efb536e0f55c3d02d5b37dd0ec67601
tree0f519f8b1d50033d30c30407bdb1b8af9ed452f3
parent8c495270845d6b4854607e946baef3637a8259ed
parent984cfd55e0c99e80b2e5b1dc6b2bf98608af7ff9
Merge tag 'ieee802154-for-net-2023-03-29' of git://git./linux/kernel/git/wpan/wpan

Stefan Schmidt says:

====================
ieee802154 for net 2023-03-29

Two small fixes this time.

Dongliang Mu removed an unnecessary null pointer check.

Harshit Mogalapalli fixed an int comparison unsigned against signed from a
recent other fix in the ca8210 driver.

* tag 'ieee802154-for-net-2023-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan:
  net: ieee802154: remove an unnecessary null pointer check
  ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()
====================

Link: https://lore.kernel.org/r/20230329064541.2147400-1-stefan@datenfreihafen.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>