From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936161AbYEVNZA (ORCPT ); Thu, 22 May 2008 09:25:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764441AbYEVNYt (ORCPT ); Thu, 22 May 2008 09:24:49 -0400 Received: from wf-out-1314.google.com ([209.85.200.169]:64446 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762498AbYEVNYs (ORCPT ); Thu, 22 May 2008 09:24:48 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=svS5rhuyCBQbuNc0xCIRln/dvvTn3z8sTKaWPo9+QBd/5rMzuAoCCXSKbupv0jfnF252xF3DbSYuTHL/81x3eUNQiWwgXExfMkVnw47wr8Mb+rTgYL2+TjDeNqKySpkrmGwAp6OyjWu+1uOGQb+xih84G4mj2lpJea5t7cxgezw= Message-ID: Date: Thu, 22 May 2008 18:54:48 +0530 From: "vijay anand" To: "Oliver Neukum" Subject: Re: [BUG] cdc-acm driver module Cc: linux-kernel@vger.kernel.org In-Reply-To: <200805221321.37063.oliver@neukum.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805211525.08054.oliver@neukum.org> <200805221321.37063.oliver@neukum.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thank you very much !! On Thu, May 22, 2008 at 4:51 PM, Oliver Neukum wrote: > Am Donnerstag 22 Mai 2008 06:59:50 schrieb vijay anand: >> What happens when the function 'usb_deregister' in 'acm_exit' gets >> called before the control reaches the 'acm_disconnect'? Is there any >> possibility for this? If yes what happens during this scenario? > > This cannot happen. The driver core will disconnect all devices bound > to a driver to be unloaded. > > Regards > Oliver > >