Prev: x86: Manage ENERGY_PERF_BIAS based on cpufreq governor - v2
Next: [PATCH v6] regulator: new drivers for AD5398 and AD5821
From: Mike Frysinger on 3 Jun 2010 23:50 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 4 Jun 2010 00:40
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/ |