From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH 07/18] ide: factor out devices init from ide_init_port_data() Date: Sat, 09 Feb 2008 21:10:58 +0300 Message-ID: <47ADECB2.6030808@ru.mvista.com> References: <20080208004421.17746.32557.sendpatchset@localhost.localdomain> <20080208004509.17746.70379.sendpatchset@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from h155.mvista.com ([63.81.120.155]:5375 "EHLO imap.sh.mvista.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1755746AbYBISKH (ORCPT ); Sat, 9 Feb 2008 13:10:07 -0500 In-Reply-To: <20080208004509.17746.70379.sendpatchset@localhost.localdomain> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Bartlomiej Zolnierkiewicz Cc: linux-ide@vger.kernel.org, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Bartlomiej Zolnierkiewicz wrote: > * Factor out devices init from ide_init_port_data() to > ide_port_init_devices_data(). > While at it: > * Add explicit clearing of IDE device structure. > There should be no functionality changes caused by this patch. > Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Sergei Shtylyov MBR, Sergei