Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754560AbZJNRgd (ORCPT ); Wed, 14 Oct 2009 13:36:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754107AbZJNRgc (ORCPT ); Wed, 14 Oct 2009 13:36:32 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:39521 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754091AbZJNRgb (ORCPT ); Wed, 14 Oct 2009 13:36:31 -0400 Date: Wed, 14 Oct 2009 13:35:53 -0400 From: Kyle McMartin To: Thomas Gleixner Cc: LKML , Andrew Morton , Ingo Molnar , Peter Zijlstra , Frederic Weisbecker , Vincent Sanders , John Kacur , Jonathan Corbet , Christoph Hellwig , Kyle McMartin Subject: Re: [patch 25/28] parisc: Remove BKL from eisa_eeprom Message-ID: <20091014173552.GO11702@bombadil.infradead.org> References: <20091010153314.827301943@linutronix.de> <20091010153350.086917493@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091010153350.086917493@linutronix.de> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 691 Lines: 17 On Sat, Oct 10, 2009 at 03:37:26PM -0000, Thomas Gleixner wrote: > Remove the empty ioctl and the cycle_kernel_lock() in > eisa_eeprom_open() which got there with the big BKL push down. There > is nothing to wait for and sychronize with after the misc device has > been registered. > > Signed-off-by: Thomas Gleixner > Cc: Kyle McMartin Looks good to me. Acked-by: Kyle McMartin -- 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/