From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262216AbVGVXQ2 (ORCPT ); Fri, 22 Jul 2005 19:16:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262217AbVGVXQ1 (ORCPT ); Fri, 22 Jul 2005 19:16:27 -0400 Received: from smtp108.sbc.mail.re2.yahoo.com ([68.142.229.97]:56676 "HELO smtp108.sbc.mail.re2.yahoo.com") by vger.kernel.org with SMTP id S262216AbVGVXQ0 (ORCPT ); Fri, 22 Jul 2005 19:16:26 -0400 From: Dmitry Torokhov To: linux-kernel@vger.kernel.org Subject: Re: fix suspend/resume irq request free for yenta.. Date: Fri, 22 Jul 2005 18:16:17 -0500 User-Agent: KMail/1.8.1 Cc: Dave Airlie References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507221816.19424.dtor_core@ameritech.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Friday 22 July 2005 17:33, Dave Airlie wrote: > > Without this patch my laptop fails to resume from suspend to RAM... > > It applies against a pretty recent 2.6.13-rc3 from git.. > Hi, Is it necessary to do free_irq for suspend? Shouldn't disable_irq be enough? -- Dmitry