Re: [PATCH] regulator: core: Fix build error due to const qualifier for ops

2014-08-20 Thread Mark Brown
On Wed, Aug 20, 2014 at 10:51:33AM +0800, Axel Lin wrote: > As I mentioned in the commit log: > Drop const qualifier for ops of struct regulator_desc. > Allow regulator drivers to update ops before registering regulator. > So I don't think it's necessary to add const for ops in struct

Re: [PATCH] regulator: core: Fix build error due to const qualifier for ops

2014-08-20 Thread Mark Brown
On Wed, Aug 20, 2014 at 10:51:33AM +0800, Axel Lin wrote: As I mentioned in the commit log: Drop const qualifier for ops of struct regulator_desc. Allow regulator drivers to update ops before registering regulator. So I don't think it's necessary to add const for ops in struct

Re: [PATCH] regulator: core: Fix build error due to const qualifier for ops

2014-08-19 Thread Axel Lin
2014-08-18 22:10 GMT+08:00 Mark Brown : > On Mon, Aug 18, 2014 at 10:34:08AM +0800, Axel Lin wrote: >> Drop const qualifier for ops of struct regulator_desc. >> Allow regulator drivers to update ops before registering regulator. > > Applied, thanks. Hi Mark, I found this commit is applied and I

Re: [PATCH] regulator: core: Fix build error due to const qualifier for ops

2014-08-19 Thread Axel Lin
2014-08-18 22:10 GMT+08:00 Mark Brown broo...@kernel.org: On Mon, Aug 18, 2014 at 10:34:08AM +0800, Axel Lin wrote: Drop const qualifier for ops of struct regulator_desc. Allow regulator drivers to update ops before registering regulator. Applied, thanks. Hi Mark, I found this commit is

Re: [PATCH] regulator: core: Fix build error due to const qualifier for ops

2014-08-18 Thread Mark Brown
On Mon, Aug 18, 2014 at 10:34:08AM +0800, Axel Lin wrote: > Drop const qualifier for ops of struct regulator_desc. > Allow regulator drivers to update ops before registering regulator. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] regulator: core: Fix build error due to const qualifier for ops

2014-08-18 Thread Guodong Xu
I'm sending a patch to fix the build error on mc13892-regulator.c -Guodong On 08/18/2014 10:34 AM, Axel Lin wrote: > Drop const qualifier for ops of struct regulator_desc. > Allow regulator drivers to update ops before registering regulator. > > Fix below build error: > CC [M]

Re: [PATCH] regulator: core: Fix build error due to const qualifier for ops

2014-08-18 Thread Guodong Xu
I'm sending a patch to fix the build error on mc13892-regulator.c -Guodong On 08/18/2014 10:34 AM, Axel Lin wrote: Drop const qualifier for ops of struct regulator_desc. Allow regulator drivers to update ops before registering regulator. Fix below build error: CC [M]

Re: [PATCH] regulator: core: Fix build error due to const qualifier for ops

2014-08-18 Thread Mark Brown
On Mon, Aug 18, 2014 at 10:34:08AM +0800, Axel Lin wrote: Drop const qualifier for ops of struct regulator_desc. Allow regulator drivers to update ops before registering regulator. Applied, thanks. signature.asc Description: Digital signature

[PATCH] regulator: core: Fix build error due to const qualifier for ops

2014-08-17 Thread Axel Lin
Drop const qualifier for ops of struct regulator_desc. Allow regulator drivers to update ops before registering regulator. Fix below build error: CC [M] drivers/regulator/mc13892-regulator.o drivers/regulator/mc13892-regulator.c: In function 'mc13892_regulator_probe':

[PATCH] regulator: core: Fix build error due to const qualifier for ops

2014-08-17 Thread Axel Lin
Drop const qualifier for ops of struct regulator_desc. Allow regulator drivers to update ops before registering regulator. Fix below build error: CC [M] drivers/regulator/mc13892-regulator.o drivers/regulator/mc13892-regulator.c: In function 'mc13892_regulator_probe':