From: Mike Frysinger on
On Thu, Jun 3, 2010 at 23:49, sonic zhang wrote:
> +static const struct regulator_ops ad5398_ops = {
> +static const struct regulator_desc ad5398_reg = {

when i said these should be const, this isnt something that can start
with the drivers. the core needs to be fixed first. otherwise these
simply trigger warnings.
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Sonic Zhang on
On Fri, Jun 4, 2010 at 11:46 AM, Mike Frysinger <vapier.adi(a)gmail.com> wrote:
> On Thu, Jun 3, 2010 at 23:49, sonic zhang wrote:
>> +static const struct regulator_ops ad5398_ops = {
>> +static const struct regulator_desc ad5398_reg = {
>
> when i said these should be const, this isnt something that can start
> with the drivers. �the core needs to be fixed first. �otherwise these
> simply trigger warnings.
> -mike
>

This is a typo error.

Sonic
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/