From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752649AbbJCNEx (ORCPT ); Sat, 3 Oct 2015 09:04:53 -0400 Received: from mail-wi0-f193.google.com ([209.85.212.193]:35063 "EHLO mail-wi0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752143AbbJCNEw (ORCPT ); Sat, 3 Oct 2015 09:04:52 -0400 Message-ID: <1443877489.4186.44.camel@gmail.com> Subject: Re: [PATCH v4 26/26] ARM: pxa: magician: Move platform_add_devices() to the end of magician_init() From: Philipp Zabel To: Petr Cvek , robert.jarzmik@free.fr, daniel@zonque.org, haojian.zhuang@gmail.com, linux@arm.linux.org.uk Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Date: Sat, 03 Oct 2015 15:04:49 +0200 In-Reply-To: <5609B43F.4070200@tul.cz> References: <5609B43F.4070200@tul.cz> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, den 28.09.2015, 23:42 +0200 schrieb Petr Cvek: > This patch moves platform_add_devices() (standard declaration of > devices) > outside of the platform specific device declarations. Moving to the > end > of the magician_init() clarifies the source code (standard and > specific > declaration are not mixed). > > Signed-off-by: Petr Cvek Acked-by: Philipp Zabel