Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756268AbZARUjs (ORCPT ); Sun, 18 Jan 2009 15:39:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754823AbZARUjh (ORCPT ); Sun, 18 Jan 2009 15:39:37 -0500 Received: from srv5.dvmed.net ([207.36.208.214]:50502 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753640AbZARUjg (ORCPT ); Sun, 18 Jan 2009 15:39:36 -0500 Message-ID: <49739371.5030107@garzik.org> Date: Sun, 18 Jan 2009 15:39:13 -0500 From: Jeff Garzik User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: "Rafael J. Wysocki" CC: Frans Pop , tj@kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [git patches] libata hibernation fixes References: <20081104062734.GA4420@havoc.gtf.org> <200901111343.49901.rjw@sisk.pl> <200901181120.08992.elendil@planet.nl> <200901182125.04060.rjw@sisk.pl> In-Reply-To: <200901182125.04060.rjw@sisk.pl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) X-Spam-Report: SpamAssassin version 3.2.5 on srv5.dvmed.net summary: Content analysis details: (-4.4 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1163 Lines: 34 Rafael J. Wysocki wrote: > On Sunday 18 January 2009, Frans Pop wrote: >> Rafael J. Wysocki wrote: >>> There is a name conflict with a change applied after this patchset had >>> been created. The appended patch fixes it for me. >> [...] >>> @@ -483,7 +483,7 @@ const struct dmi_system_id *dmi_first_match(const struct dmi_system_id *list) >>> const struct dmi_system_id *d; >>> >>> for (d = list; d->ident; d++) >>> - if (dmi_match(d)) >>> + if (dmi_matches(d)) >>> return d; >> I get two warnings when compiling your patch with this correction on top: > > Hm, there were more patches than one, so I'm not sure. When I apply all of > them, I don't see these error, but perhaps I should resend the entire series. > Will do tomorrow. That would be useful... I was planning to regenerate the series, but this would save time. Thanks! Jeff -- 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/