From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753375Ab1JLP2o (ORCPT ); Wed, 12 Oct 2011 11:28:44 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:56871 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751790Ab1JLP2l (ORCPT ); Wed, 12 Oct 2011 11:28:41 -0400 From: Bartlomiej Zolnierkiewicz To: Alan Cox Subject: Re: [PATCH 2/3] pata_serverworks: cleanup cable detection Date: Wed, 12 Oct 2011 17:05:38 +0200 User-Agent: KMail/1.13.6 (Linux/2.6.37.6-0.7-desktop-dirty; KDE/4.6.0; x86_64; ; ) Cc: Jeff Garzik , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org References: <201110112011.44748.bzolnier@gmail.com> <20111011205141.7a8bac1c@lxorguk.ukuu.org.uk> In-Reply-To: <20111011205141.7a8bac1c@lxorguk.ukuu.org.uk> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201110121705.39026.bzolnier@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alan Cox wrote: > On Tue, 11 Oct 2011 20:11:44 +0200 > Bartlomiej Zolnierkiewicz wrote: > > > From: Bartlomiej Zolnierkiewicz > > Subject: [PATCH] pata_serverworks: cleanup cable detection > > > > Signed-off-by: Bartlomiej Zolnierkiewicz > > Again no documentation although its at least a bit more obvious why The patch only merges identical cable routines for Dell and Sun systems into common oem_cable() one. No behavior changes here.