Re: [PATCH] netdev: octeon_mgmt: Use devm_ioremap_resource

2014-08-04 Thread David Miller
From: Himangi Saraogi Date: Thu, 31 Jul 2014 12:36:53 +0530 > This patch introduces the use of devm_ioremap_resource instead of > devm_request_mem_region and devm_ioremap. The error handling on the > platform_get_resource is done way with. The size and start fields in the > octeon_mgmt are no

Re: [PATCH] netdev: octeon_mgmt: Use devm_ioremap_resource

2014-08-04 Thread David Miller
From: Himangi Saraogi himangi...@gmail.com Date: Thu, 31 Jul 2014 12:36:53 +0530 This patch introduces the use of devm_ioremap_resource instead of devm_request_mem_region and devm_ioremap. The error handling on the platform_get_resource is done way with. The size and start fields in the

Re: [PATCH] netdev: octeon_mgmt: Use devm_ioremap_resource

2014-07-31 Thread David Daney
On 07/31/2014 12:06 AM, Himangi Saraogi wrote: This patch introduces the use of devm_ioremap_resource instead of devm_request_mem_region and devm_ioremap. The error handling on the platform_get_resource is done way with. The size and start fields in the octeon_mgmt are no longer needed. So they

[PATCH] netdev: octeon_mgmt: Use devm_ioremap_resource

2014-07-31 Thread Himangi Saraogi
This patch introduces the use of devm_ioremap_resource instead of devm_request_mem_region and devm_ioremap. The error handling on the platform_get_resource is done way with. The size and start fields in the octeon_mgmt are no longer needed. So they are removed and there initialization skipped.

[PATCH] netdev: octeon_mgmt: Use devm_ioremap_resource

2014-07-31 Thread Himangi Saraogi
This patch introduces the use of devm_ioremap_resource instead of devm_request_mem_region and devm_ioremap. The error handling on the platform_get_resource is done way with. The size and start fields in the octeon_mgmt are no longer needed. So they are removed and there initialization skipped.

Re: [PATCH] netdev: octeon_mgmt: Use devm_ioremap_resource

2014-07-31 Thread David Daney
On 07/31/2014 12:06 AM, Himangi Saraogi wrote: This patch introduces the use of devm_ioremap_resource instead of devm_request_mem_region and devm_ioremap. The error handling on the platform_get_resource is done way with. The size and start fields in the octeon_mgmt are no longer needed. So they