Re: [PATCH v2 15/16] checkpatch: Add warning on deprecated walk_iomem_res

2015-12-26 Thread Toshi Kani
On 12/25/2015 5:05 PM, Joe Perches wrote: On Fri, 2015-12-25 at 15:09 -0700, Toshi Kani wrote: Use of walk_iomem_res() is deprecated in new code. Change checkpatch.pl to check new use of walk_iomem_res() and suggest to use walk_iomem_res_desc() instead. [] diff --git a/scripts/checkpatch.pl b

Re: [PATCH v2 15/16] checkpatch: Add warning on deprecated walk_iomem_res

2015-12-25 Thread Joe Perches
On Fri, 2015-12-25 at 15:09 -0700, Toshi Kani wrote: > Use of walk_iomem_res() is deprecated in new code.  Change > checkpatch.pl to check new use of walk_iomem_res() and suggest > to use walk_iomem_res_desc() instead. [] > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl [] > @@ -3424,6

[PATCH v2 15/16] checkpatch: Add warning on deprecated walk_iomem_res

2015-12-25 Thread Toshi Kani
Use of walk_iomem_res() is deprecated in new code. Change checkpatch.pl to check new use of walk_iomem_res() and suggest to use walk_iomem_res_desc() instead. Cc: Andy Whitcroft Cc: Joe Perches Cc: Borislav Petkov Signed-off-by: Toshi Kani --- scripts/checkpatch.pl |6 ++ 1 file chan