Re: [PATCH] clk: mxs: Index is always positive

2013-01-15 Thread Mike Turquette
Quoting Shawn Guo (2013-01-08 21:50:19) > On Mon, Jan 07, 2013 at 11:38:55PM -0200, Fabio Estevam wrote: > > From: Fabio Estevam > > > > Fix the following warnings when building with W=1 option: > > > > drivers/clk/mxs/clk-imx23.c: In function 'mx23_clocks_init': > >

Re: [PATCH] clk: mxs: Index is always positive

2013-01-15 Thread Mike Turquette
Quoting Shawn Guo (2013-01-08 21:50:19) On Mon, Jan 07, 2013 at 11:38:55PM -0200, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Fix the following warnings when building with W=1 option: drivers/clk/mxs/clk-imx23.c: In function 'mx23_clocks_init':

Re: [PATCH] clk: mxs: Index is always positive

2013-01-08 Thread Shawn Guo
On Mon, Jan 07, 2013 at 11:38:55PM -0200, Fabio Estevam wrote: > From: Fabio Estevam > > Fix the following warnings when building with W=1 option: > > drivers/clk/mxs/clk-imx23.c: In function 'mx23_clocks_init': > drivers/clk/mxs/clk-imx23.c:149:16: warning: comparison between signed and >

Re: [PATCH] clk: mxs: Index is always positive

2013-01-08 Thread Shawn Guo
On Mon, Jan 07, 2013 at 11:38:55PM -0200, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com Fix the following warnings when building with W=1 option: drivers/clk/mxs/clk-imx23.c: In function 'mx23_clocks_init': drivers/clk/mxs/clk-imx23.c:149:16: warning: comparison

[PATCH] clk: mxs: Index is always positive

2013-01-07 Thread Fabio Estevam
From: Fabio Estevam Fix the following warnings when building with W=1 option: drivers/clk/mxs/clk-imx23.c: In function 'mx23_clocks_init': drivers/clk/mxs/clk-imx23.c:149:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

[PATCH] clk: mxs: Index is always positive

2013-01-07 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com Fix the following warnings when building with W=1 option: drivers/clk/mxs/clk-imx23.c: In function 'mx23_clocks_init': drivers/clk/mxs/clk-imx23.c:149:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]