Re: [PATCH] regulator: max77693: Add missing .owner field in regulator_desc

2013-12-24 Thread Mark Brown
On Tue, Dec 24, 2013 at 09:37:50PM +0800, Axel Lin wrote: > Add missing .owner field in regulator_desc, which is used for refcounting. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo in

[PATCH] regulator: max77693: Add missing .owner field in regulator_desc

2013-12-24 Thread Axel Lin
Add missing .owner field in regulator_desc, which is used for refcounting. Signed-off-by: Axel Lin --- drivers/regulator/max77693.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/max77693.c b/drivers/regulator/max77693.c index feb20bf..5fb899f 100644 --- a/drivers/regulato