Re: [PATCH] net: davinci_mdio: Fix sparse warning

2014-01-16 Thread David Miller
From: Prabhakar Lad Date: Thu, 16 Jan 2014 11:35:41 +0530 > From: "Lad, Prabhakar" > > This patch fixes following sparse warning > davinci_mdio.c:85:27: warning: symbol 'default_pdata' was not declared. > Should it be static? > Also makes the default_pdata as a constant. > > Signed-off-by: La

Re: [PATCH] net: davinci_mdio: Fix sparse warning

2014-01-15 Thread Mugunthan V N
On Thursday 16 January 2014 11:35 AM, Prabhakar Lad wrote: > From: "Lad, Prabhakar" > > This patch fixes following sparse warning > davinci_mdio.c:85:27: warning: symbol 'default_pdata' was not declared. > Should it be static? > Also makes the default_pdata as a constant. > > Signed-off-by: Lad,

[PATCH] net: davinci_mdio: Fix sparse warning

2014-01-15 Thread Prabhakar Lad
From: "Lad, Prabhakar" This patch fixes following sparse warning davinci_mdio.c:85:27: warning: symbol 'default_pdata' was not declared. Should it be static? Also makes the default_pdata as a constant. Signed-off-by: Lad, Prabhakar --- drivers/net/ethernet/ti/davinci_mdio.c |2 +- 1 file