[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1232108491.4934.382.camel@vega.slimlogic.co.uk>
Date: Fri, 16 Jan 2009 12:21:31 +0000
From: Liam Girdwood <lrg@...mlogic.co.uk>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: david-b@...bell.net, broonie@...nsource.wolfsonmicro.com,
linux-kernel@...r.kernel.org
Subject: Re: [patch 2.6.29-rc] regulator: minor cleanup of virtual consumer
On Thu, 2009-01-15 at 16:13 -0800, Andrew Morton wrote:
> On Thu, 15 Jan 2009 16:10:22 -0800
> Andrew Morton <akpm@...ux-foundation.org> wrote:
>
> --- a/drivers/regulator/virtual.c~regulator-minor-cleanup-of-virtual-consumer-fix
> +++ a/drivers/regulator/virtual.c
> @@ -226,6 +226,10 @@ static ssize_t set_mode(struct device *d
> unsigned int mode;
> int ret;
>
> + /*
> + * sysfs_streq() doesn't need the \n's, but we add them so the strings
> + * will be shared with show_mode(), above.
> + */
> if (sysfs_streq(buf, "fast\n") == 0)
> mode = REGULATOR_MODE_FAST;
> else if (sysfs_streq(buf, "normal\n") == 0)
> _
>
Applied.
Thanks
Liam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists