From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760461AbXLULzv (ORCPT ); Fri, 21 Dec 2007 06:55:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759558AbXLULz3 (ORCPT ); Fri, 21 Dec 2007 06:55:29 -0500 Received: from gateway-1237.mvista.com ([63.81.120.155]:30187 "EHLO imap.sh.mvista.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753734AbXLULz1 (ORCPT ); Fri, 21 Dec 2007 06:55:27 -0500 Message-ID: <476BA9C4.8010608@ru.mvista.com> Date: Fri, 21 Dec 2007 14:55:48 +0300 From: Sergei Shtylyov Organization: MontaVista Software Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.2) Gecko/20040803 X-Accept-Language: ru, en-us, en-gb MIME-Version: 1.0 To: Bartlomiej Zolnierkiewicz Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 05/63] ide-cd: add missing 'ireason' masking to cdrom_write_intr() References: <200712200155.17499.bzolnier@gmail.com> In-Reply-To: <200712200155.17499.bzolnier@gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bartlomiej Zolnierkiewicz wrote: > Mask 'ireason' variable with 0x3 so the valid interrupt reason value > is passed to cdrom_write_check_ireason() for checking. > Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Sergei Shtylyov MBR, Sergei