Re: [PATCH] iio: make config_item_type const

2017-10-14 Thread Jonathan Cameron
On Thu, 12 Oct 2017 17:05:55 +0200 Bhumika Goyal wrote: > On Thu, Oct 12, 2017 at 11:41 AM, Bhumika Goyal wrote: > > This is a followup patch for: > > https://lkml.org/lkml/2017/10/11/375 One quick suggestion - don't use lkml as an archive - it's

Re: [PATCH] iio: make config_item_type const

2017-10-14 Thread Jonathan Cameron
On Thu, 12 Oct 2017 17:05:55 +0200 Bhumika Goyal wrote: > On Thu, Oct 12, 2017 at 11:41 AM, Bhumika Goyal wrote: > > This is a followup patch for: > > https://lkml.org/lkml/2017/10/11/375 One quick suggestion - don't use lkml as an archive - it's frequently down from at least some places (is

Re: [PATCH] iio: make config_item_type const

2017-10-14 Thread kbuild test robot
Hi Bhumika, [auto build test WARNING on iio/togreg] [also build test WARNING on v4.14-rc4 next-20171013] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] iio: make config_item_type const

2017-10-14 Thread kbuild test robot
Hi Bhumika, [auto build test WARNING on iio/togreg] [also build test WARNING on v4.14-rc4 next-20171013] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] iio: make config_item_type const

2017-10-12 Thread Bhumika Goyal
On Thu, Oct 12, 2017 at 11:41 AM, Bhumika Goyal wrote: > This is a followup patch for: > https://lkml.org/lkml/2017/10/11/375 > https://patchwork.kernel.org/patch/649/ > https://lkml.org/lkml/2017/10/11/469 and > https://lkml.org/lkml/2017/10/11/661 > > Make the

Re: [PATCH] iio: make config_item_type const

2017-10-12 Thread Bhumika Goyal
On Thu, Oct 12, 2017 at 11:41 AM, Bhumika Goyal wrote: > This is a followup patch for: > https://lkml.org/lkml/2017/10/11/375 > https://patchwork.kernel.org/patch/649/ > https://lkml.org/lkml/2017/10/11/469 and > https://lkml.org/lkml/2017/10/11/661 > > Make the config_item_type structures

[PATCH] iio: make config_item_type const

2017-10-12 Thread Bhumika Goyal
This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 https://patchwork.kernel.org/patch/649/ https://lkml.org/lkml/2017/10/11/469 and https://lkml.org/lkml/2017/10/11/661 Make the config_item_type structures const as they are either passed to the functions having the argument as

[PATCH] iio: make config_item_type const

2017-10-12 Thread Bhumika Goyal
This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 https://patchwork.kernel.org/patch/649/ https://lkml.org/lkml/2017/10/11/469 and https://lkml.org/lkml/2017/10/11/661 Make the config_item_type structures const as they are either passed to the functions having the argument as