Re: [PATCH] regulator: Fix regulator_get_error_flags() signature mismatch

2016-12-05 Thread Axel Haslam
On Sun, Dec 4, 2016 at 11:52 PM, David Lechner wrote: > The function signature of does not match regulator_get_error_flags() > when CONFIG_REGULATOR is not defined vs. when it is not defined. > This makes both declarations match to prevent compiler errors. > > Signed-off-by: David Lechner > --- >

[PATCH] regulator: Fix regulator_get_error_flags() signature mismatch

2016-12-04 Thread David Lechner
The function signature of does not match regulator_get_error_flags() when CONFIG_REGULATOR is not defined vs. when it is not defined. This makes both declarations match to prevent compiler errors. Signed-off-by: David Lechner --- include/linux/regulator/consumer.h | 3 ++- 1 file changed, 2 inse