mbox series

[net,0/2] net: ipa: fix some new build warnings

Message ID 20201226213737.338928-1-elder@linaro.org (mailing list archive)
Headers show
Series net: ipa: fix some new build warnings | expand

Message

Alex Elder Dec. 26, 2020, 9:37 p.m. UTC
I got a super friendly message from the Intel kernel test robot that
pointed out that two patches I posted last week caused new build
warnings.  I already had these problems fixed in my own tree but
the fix was not included in what I sent out last week.

I regret the error.

					-Alex

Alex Elder (2):
  net: ipa: don't return a value from gsi_channel_command()
  net: ipa: don't return a value from evt_ring_command()

 drivers/net/ipa/gsi.c | 38 +++++++++++++-------------------------
 1 file changed, 13 insertions(+), 25 deletions(-)

Comments

Jakub Kicinski Dec. 28, 2020, 10:14 p.m. UTC | #1
On Sat, 26 Dec 2020 15:37:35 -0600 Alex Elder wrote:
> I got a super friendly message from the Intel kernel test robot that
> pointed out that two patches I posted last week caused new build
> warnings.  I already had these problems fixed in my own tree but
> the fix was not included in what I sent out last week.
> 
> I regret the error.

If only it could have been caught with COMPILE_TEST.. ;)

Applied, thanks!
Alex Elder Dec. 28, 2020, 10:17 p.m. UTC | #2
On 12/28/20 4:14 PM, Jakub Kicinski wrote:
> If only it could have been caught with COMPILE_TEST.. ;)

I know, I know!!!  I've had a branch that's half done
for a long time.  It has other dependencies that are
not set up for COMPILE_TEST so it's harder than I'd
like.  Let me see if I can make some headway on it
before the end of 2020.

Thank you.

					-Alex