]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: get rid of status size constraint
authorAlex Elder <elder@linaro.org>
Fri, 5 Feb 2021 22:10:59 +0000 (16:10 -0600)
committerJakub Kicinski <kuba@kernel.org>
Sat, 6 Feb 2021 22:57:19 +0000 (14:57 -0800)
commit6f75c4ef16a5a6efd9cd70e3e9569052589cd7a8
tree4001dbeaf89de4fc38cd46b5debcb8809037c3ce
parent44ad6294258f0bc1dc8f36e6b79001b7e22ac012
net: ipa: get rid of status size constraint

There is a build-time check that the packet status structure is a
multiple of 4 bytes in size.  It's not clear where that constraint
comes from, but the structure defines what hardware provides so its
definition won't change.  Get rid of the check; it adds no value.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/ipa_endpoint.c