Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752994Ab0LXSbI (ORCPT ); Fri, 24 Dec 2010 13:31:08 -0500 Received: from mail-qy0-f174.google.com ([209.85.216.174]:46111 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752854Ab0LXSbF (ORCPT ); Fri, 24 Dec 2010 13:31:05 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=OaCuE281HVEjEd45yxIeP1tFjjZAv5zxgieXPjDTHlAcf5LdB1tJLKps3Fb/kk8Z2p hXI+UiTRYU8xFzTfRSDzmlxKJ0nyoPghua0kPmOAfT1ZfPFdXttQBO1Z5RPNXTje3gjW 74mEBe85O9vNeIfY5HB5qrRXl7D/bxLh5NmuE= Message-ID: <4D14E6E2.3080501@pobox.com> Date: Fri, 24 Dec 2010 13:30:58 -0500 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 MIME-Version: 1.0 To: Sergei Shtylyov CC: plyatov@gmail.com, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, geomatsi@gmail.com, nicolas.ferre@atmel.com, linux@maxim.org.za, linux-arm-kernel@lists.infradead.org, linux@arm.linux.org.uk, christian.glindkamp@taskit.de, ryan@bluewatersys.com, pgsellmann@portner-elektronik.at Subject: Re: [PATCH v2] ata: pata_at91.c bugfix for high master clock References: <1292099846-24528-1-git-send-email-plyatov@gmail.com> <4D04D2E2.20100@ru.mvista.com> <1292180579.8737.12.camel@homepc> <4D05FD4C.9040200@ru.mvista.com> In-Reply-To: <4D05FD4C.9040200@ru.mvista.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 949 Lines: 24 On 12/13/2010 06:02 AM, Sergei Shtylyov wrote: > On 12-12-2010 22:02, Igor Plyatov wrote: >>>> static const struct ata_timing initial_timing = >>>> - {XFER_PIO_0, 70, 290, 240, 600, 165, 150, 600, 0}; >>>> + {XFER_PIO_0, 70, 290, 240, 600, 165, 150, 0, 600, 0}; > >>> BTW, you haven't described this in the changelog... > >> Here is just a typo fixed for the ata_timing structure. This typo does >> not have influence on the driver operation, but I do not like to leave >> such a negligible problem as it is. > > You at least should have noted that in the changelog. And as the change > is unrelated to the other changes you're doing, it's a good practice to > put it into a separate patch. Agreed... -- 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/