Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932423AbVISOVX (ORCPT ); Mon, 19 Sep 2005 10:21:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932426AbVISOVX (ORCPT ); Mon, 19 Sep 2005 10:21:23 -0400 Received: from ns.suse.de ([195.135.220.2]:7918 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S932423AbVISOVX (ORCPT ); Mon, 19 Sep 2005 10:21:23 -0400 Date: Mon, 19 Sep 2005 16:21:21 +0200 From: Karsten Keil To: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Fix ST 5481 USB driver Message-ID: <20050919142121.GA2959@pingi3.kke.suse.de> Mail-Followup-To: linux-kernel@vger.kernel.org References: <20050917215242.GA27813@pingi3.kke.suse.de> <20050917222640.GA27785@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050917222640.GA27785@kroah.com> Organization: SuSE Linux AG X-Operating-System: Linux 2.6.13-15-default i686 User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 827 Lines: 25 Hi Greg, On Sat, Sep 17, 2005 at 03:26:40PM -0700, Greg KH wrote: > On Sat, Sep 17, 2005 at 11:52:42PM +0200, Karsten Keil wrote: > > // Cancel all USB transfers on this B channel > > + b_out->urb[0]->transfer_flags |= URB_ASYNC_UNLINK; > > usb_unlink_urb(b_out->urb[0]); > > + b_out->urb[1]->transfer_flags |= URB_ASYNC_UNLINK; > > URB_ASYNC_UNLINK is now gone in 2.6.14-rc1, so this change will break > the build :( > OK, what would be the correct fix ? Documentation/usb/URB.txt still point to URB_ASYNC_UNLINK for such cases. -- Karsten Keil SuSE Labs ISDN development - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/