From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754401Ab1LAH6e (ORCPT ); Thu, 1 Dec 2011 02:58:34 -0500 Received: from mail-lpp01m010-f46.google.com ([209.85.215.46]:45277 "EHLO mail-lpp01m010-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753329Ab1LAH6d (ORCPT ); Thu, 1 Dec 2011 02:58:33 -0500 Subject: Re: [PATCH 06/11] mtd: Remove redundant spi driver bus initialization From: Artem Bityutskiy Reply-To: dedekind1@gmail.com To: Lars-Peter Clausen Cc: linux-kernel@vger.kernel.org, Artem Bityutskiy , David Woodhouse , linux-mtd@lists.infradead.org Date: Thu, 01 Dec 2011 09:58:28 +0200 In-Reply-To: <1322148561-25138-6-git-send-email-lars@metafoo.de> References: <1322148561-25138-1-git-send-email-lars@metafoo.de> <1322148561-25138-6-git-send-email-lars@metafoo.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.0.3 (3.0.3-1.fc15) Content-Transfer-Encoding: 7bit Message-ID: <1322726310.2332.6.camel@koala> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2011-11-24 at 16:29 +0100, Lars-Peter Clausen wrote: > In ancient times it was necessary to manually initialize the bus field of an > spi_driver to spi_bus_type. These days this is done in spi_driver_register(), > so we can drop the manual assignment. Pushed to l2-mtd-2.6.git, thanks! Artem.