lkml.org 
[lkml]   [2010]   [Nov]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] mfd: Add initial WM8958 support
From
On Mon, Nov 1, 2010 at 4:20 PM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> diff --git a/include/linux/mfd/wm8994/core.h b/include/linux/mfd/wm8994/core.h
> index de79bae..3fd3684 100644
> --- a/include/linux/mfd/wm8994/core.h
> +++ b/include/linux/mfd/wm8994/core.h
> @@ -17,6 +17,11 @@
>
>  #include <linux/interrupt.h>
>
> +enum wm8994_type {
> +       WM8994 = 0,
> +       WM8958 = 1,
> +};
> +
Don't need to initialize with = 0 and with = 1. This is done by default.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2010-11-02 02:55    [W:0.029 / U:0.272 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site