From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762802AbdJQOIQ (ORCPT ); Tue, 17 Oct 2017 10:08:16 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53476 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762700AbdJQOIO (ORCPT ); Tue, 17 Oct 2017 10:08:14 -0400 Date: Tue, 17 Oct 2017 16:08:22 +0200 From: gregkh To: Takashi Iwai Cc: Arnd Bergmann , alsa-devel@alsa-project.org, Kernel Build Reports Mailman List , "Olof's autobuilder" , Olof Johansson , Linux Kernel Mailing List Subject: Re: stable-rc build: 9 warnings 0 failures (stable-rc/v3.18.75-20-g4ffe554) Message-ID: <20171017140822.GB1486@kroah.com> References: <59e5d9f0.4465630a.ed9cc.22c2@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 17, 2017 at 02:51:41PM +0200, Takashi Iwai wrote: > On Tue, 17 Oct 2017 14:46:53 +0200, > Arnd Bergmann wrote: > > > > On Tue, Oct 17, 2017 at 12:22 PM, Olof's autobuilder wrote: > > > Warnings: > > > > > > 9 sound/usb/mixer.c:2161:27: warning: passing argument 1 of 'snd_usb_mixer_disconnect' from incompatible pointer type [-Wincompatible-pointer-types] > > > > This broke after backporting 124751d5e63c ("ALSA: usb-audio: Kill stray > > URB at exiting") into linux-3.18. > > > > The interface was changed in commit a6cece9d8199 ("ALSA: usb-audio: > > Pass direct struct pointer instead of list_head"), which was merged in > > linux-3.19. > > > > I don't immediately see how this can be fixed. Backporting a6cece9d8199 > > would probably work. > > I already posted the revised patch yesterday, but apparently this > seems overlooked: > > Subject: Re: [PATCH 3.18 08/19] ALSA: usb-audio: Kill stray URB at exiting > From: Takashi Iwai > Date: Mon, 16 Oct 2017 20:50:02 +0200 > Message-ID: > > The same patch is attached below. > > Greg, could you replace the broken one? Now replaced, thanks, and sorry for the delay. greg k-h