Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965606AbWKDUA4 (ORCPT ); Sat, 4 Nov 2006 15:00:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965572AbWKDUAz (ORCPT ); Sat, 4 Nov 2006 15:00:55 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]:55368 "EHLO ug-out-1314.google.com") by vger.kernel.org with ESMTP id S965613AbWKDUAy (ORCPT ); Sat, 4 Nov 2006 15:00:54 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=XZwbZ7RKC6OErFy2aXZ5xOONGXHDq5utkISwMxdepsSUWLqYLZ6jawn4KJzaJlMNxunXxsixenPyVNcyRw/nbb+FGZma4prGM2xLCH9tUIGXytyTw8BI0uiRqC3kG0YiMyjdT40a1oEu3UAWd5gQ7REhysApvroOWQZTVvyMHxM= Message-ID: <86802c440611041200t5b1c5de6gb72c281de9efed21@mail.gmail.com> Date: Sat, 4 Nov 2006 12:00:52 -0800 From: "Yinghai Lu" To: "Eric W. Biederman" Subject: Re: [RFC][PATCH 2/2] htirq: Allow buggy drivers of buggy hardware to write the registers. Cc: "Bryan O'Sullivan" , olson@pathscale.com, linux-kernel@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <454A7B0F.7060701@pathscale.com> <454B880A.1010802@pathscale.com> <454B8E19.90300@pathscale.com> <200611032146.kA3LkUe9031799@ebiederm.dsl.xmission.com> <86802c440611041137t74d84e7at3850fc8a10a314cb@mail.gmail.com> X-Google-Sender-Auth: 1cc31e2cedbc70dc Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 309 Lines: 12 if (!likely(cfg->update)) { or if (likely(!cfg->update)) { YH - 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/