diff options
author | Jakub Kicinski <kuba@kernel.org> | 2021-04-09 20:57:28 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-04-09 20:57:28 -0700 |
commit | cbd3125392846cf94bf14d32b95ef4ec78fc49e1 (patch) | |
tree | 65f4cbd54f95c7a5005548b7ee6c608b1f03e649 /net/ethtool | |
parent | 8859a44ea0df92bccdc942ef15781ebbfe0ad9f3 (diff) | |
parent | 602a1c76f84720c56ad4f6a56a330954cab87d05 (diff) |
Merge branch 'net-ipa-a-few-small-fixes'
Alex Elder says:
====================
net: ipa: a few small fixes
This series implements some minor bug fixes or improvements.
The first patch removes an apparently unnecessary restriction, which
results in an error on a 32-bit ARM build.
The second makes a definition used for SDM845 match what is used in
the downstream code.
The third just ensures two netdev pointers are only non-null when
valid.
The fourth simplifies a little code, knowing that a called function
never returns an error.
The fifth and sixth just remove some empty/place holder functions.
And the last patch fixes a comment, makes a function private, and
removes an unnecessary double-negation of a Boolean variable. This
patch produces a warning from checkpatch, indicating that a pair of
parentheses is unnecessary. I agree with that advice, but it
conflicts with a suggestion from the compiler. I left the "problem"
in place to avoid the compiler warning.
====================
Link: https://lore.kernel.org/r/20210409180722.1176868-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/ethtool')
0 files changed, 0 insertions, 0 deletions