Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755542Ab1BRHRu (ORCPT ); Fri, 18 Feb 2011 02:17:50 -0500 Received: from mail-yw0-f46.google.com ([209.85.213.46]:61793 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753477Ab1BRHRs (ORCPT ); Fri, 18 Feb 2011 02:17:48 -0500 Message-ID: From: "Subhasish Ghosh" To: "Sergei Shtylyov" Cc: , , "Russell King" , "Kevin Hilman" , "open list" , , References: <1297435892-28278-1-git-send-email-subhasish@mistralsolutions.com> <1297435892-28278-4-git-send-email-subhasish@mistralsolutions.com> <4D558337.2060401@mvista.com> In-Reply-To: <4D558337.2060401@mvista.com> Subject: Re: [PATCH v2 03/13] da850: pruss board specific additions. Date: Fri, 18 Feb 2011 12:48:51 +0530 Organization: Mistral Solutions MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1524 Lines: 42 -------------------------------------------------- From: "Sergei Shtylyov" Sent: Saturday, February 12, 2011 12:13 AM To: "Subhasish Ghosh" Cc: ; ; "Russell King" ; "Kevin Hilman" ; "open list" ; ; Subject: Re: [PATCH v2 03/13] da850: pruss board specific additions. > Subhasish Ghosh wrote: > >> This patch adds board specific initializations and setup routines. > >> Signed-off-by: Subhasish Ghosh > [...] > >> diff --git a/arch/arm/mach-davinci/board-da850-evm.c >> b/arch/arm/mach-davinci/board-da850-evm.c >> index 11f986b..242d1ed 100644 >> --- a/arch/arm/mach-davinci/board-da850-evm.c >> +++ b/arch/arm/mach-davinci/board-da850-evm.c >> @@ -1053,6 +1053,26 @@ static __init int da850_evm_init_cpufreq(void) >> static __init int da850_evm_init_cpufreq(void) { return 0; } >> #endif >> +static struct da8xx_pruss_devices pruss_devices[] = { >> + {.dev_name = NULL,}, > > No need to explicitly initialize to NULL. > SG - Ok, Will remove > WBR, Sergei > -- 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/