Re: [PATCH] kirkwood: fix coccicheck warnings

2013-03-21 Thread Rafael J. Wysocki
On Friday, March 22, 2013 02:18:38 AM Silviu Popescu wrote: > On Fri, Mar 22, 2013 at 1:48 AM, Rafael J. Wysocki wrote: > > On Monday, March 11, 2013 09:35:19 AM Silviu-Mihai Popescu wrote: > >> Convert all uses of devm_request_and_ioremap() to the newly introduced > >> devm_ioremap_resource() whi

Re: [PATCH] kirkwood: fix coccicheck warnings

2013-03-21 Thread Silviu Popescu
On Fri, Mar 22, 2013 at 1:48 AM, Rafael J. Wysocki wrote: > On Monday, March 11, 2013 09:35:19 AM Silviu-Mihai Popescu wrote: >> Convert all uses of devm_request_and_ioremap() to the newly introduced >> devm_ioremap_resource() which provides more consistent error handling. >> >> devm_ioremap_resou

Re: [PATCH] kirkwood: fix coccicheck warnings

2013-03-21 Thread Rafael J. Wysocki
On Monday, March 11, 2013 09:35:19 AM Silviu-Mihai Popescu wrote: > Convert all uses of devm_request_and_ioremap() to the newly introduced > devm_ioremap_resource() which provides more consistent error handling. > > devm_ioremap_resource() provides its own error messages so all explicit > error me

Re: [PATCH] kirkwood: fix coccicheck warnings

2013-03-11 Thread Rafael J. Wysocki
On Tuesday, March 12, 2013 07:58:16 AM Zhang Rui wrote: > On Mon, 2013-03-11 at 18:03 +0100, Rafael J. Wysocki wrote: > > On Monday, March 11, 2013 10:55:00 PM Zhang Rui wrote: > > > On Mon, 2013-03-11 at 09:35 +0200, Silviu-Mihai Popescu wrote: > > > > Convert all uses of devm_request_and_ioremap(

Re: [PATCH] kirkwood: fix coccicheck warnings

2013-03-11 Thread Zhang Rui
On Mon, 2013-03-11 at 18:03 +0100, Rafael J. Wysocki wrote: > On Monday, March 11, 2013 10:55:00 PM Zhang Rui wrote: > > On Mon, 2013-03-11 at 09:35 +0200, Silviu-Mihai Popescu wrote: > > > Convert all uses of devm_request_and_ioremap() to the newly introduced > > > devm_ioremap_resource() which pr

Re: [PATCH] kirkwood: fix coccicheck warnings

2013-03-11 Thread Silviu Popescu
On Mon, Mar 11, 2013 at 7:03 PM, Rafael J. Wysocki wrote: > On Monday, March 11, 2013 10:55:00 PM Zhang Rui wrote: >> On Mon, 2013-03-11 at 09:35 +0200, Silviu-Mihai Popescu wrote: >> > Convert all uses of devm_request_and_ioremap() to the newly introduced >> > devm_ioremap_resource() which provid

Re: [PATCH] kirkwood: fix coccicheck warnings

2013-03-11 Thread Rafael J. Wysocki
On Monday, March 11, 2013 10:55:00 PM Zhang Rui wrote: > On Mon, 2013-03-11 at 09:35 +0200, Silviu-Mihai Popescu wrote: > > Convert all uses of devm_request_and_ioremap() to the newly introduced > > devm_ioremap_resource() which provides more consistent error handling. > > > > devm_ioremap_resourc

Re: [PATCH] kirkwood: fix coccicheck warnings

2013-03-11 Thread Zhang Rui
On Mon, 2013-03-11 at 09:35 +0200, Silviu-Mihai Popescu wrote: > Convert all uses of devm_request_and_ioremap() to the newly introduced > devm_ioremap_resource() which provides more consistent error handling. > > devm_ioremap_resource() provides its own error messages so all explicit > error messa

Re: [PATCH] kirkwood: fix coccicheck warnings

2013-03-11 Thread Viresh Kumar
On Mon, Mar 11, 2013 at 3:35 PM, Silviu-Mihai Popescu wrote: > Convert all uses of devm_request_and_ioremap() to the newly introduced > devm_ioremap_resource() which provides more consistent error handling. > > devm_ioremap_resource() provides its own error messages so all explicit > error message

Re: [PATCH] kirkwood: fix coccicheck warnings

2013-03-11 Thread Jason Cooper
On Mon, Mar 11, 2013 at 09:35:19AM +0200, Silviu-Mihai Popescu wrote: > Convert all uses of devm_request_and_ioremap() to the newly introduced > devm_ioremap_resource() which provides more consistent error handling. > > devm_ioremap_resource() provides its own error messages so all explicit > erro

Re: [PATCH] kirkwood: fix coccicheck warnings

2013-03-11 Thread Andrew Lunn
On Mon, Mar 11, 2013 at 09:35:19AM +0200, Silviu-Mihai Popescu wrote: > Convert all uses of devm_request_and_ioremap() to the newly introduced > devm_ioremap_resource() which provides more consistent error handling. > > devm_ioremap_resource() provides its own error messages so all explicit > erro