Re: [PATCH] MFD: LP3974 PMIC support

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jonathan Cameron
Date: Thursday, August 19, 2010 - 3:08 am

On 08/19/10 10:56, Kyungmin Park wrote:
Not my area of the kernel, so up to maintainers for what they would prefer.
Having worked on drivers supporting 10s of different parts I'm personally
anti this as I see it as bloat.

Actually, looking a little more closely...

Currently no use is being made of the enum.
You could turn this patch into a simple change to the Kconfig comment
and 
 { "max8998", 0 },
+{ "lp3874", 0 },
 {}

Unless there is a follow up patch using the enum, the usual principle
of don't add code that isn't used applies.  Also, that makes the patch
even more trivial and so easier to merge post merge window.

Jonathan

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] MFD: LP3974 PMIC support, Kyungmin Park, (Sun Aug 1, 8:54 pm)
Re: [PATCH] MFD: LP3974 PMIC support, Kyungmin Park, (Wed Aug 18, 10:08 pm)
Re: [PATCH] MFD: LP3974 PMIC support, Kyungmin Park, (Thu Aug 19, 2:56 am)
Re: [PATCH] MFD: LP3974 PMIC support, Jonathan Cameron, (Thu Aug 19, 2:57 am)
Re: [PATCH] MFD: LP3974 PMIC support, Jonathan Cameron, (Thu Aug 19, 3:08 am)
Re: [PATCH] MFD: LP3974 PMIC support, Samuel Ortiz, (Fri Aug 20, 3:09 pm)