Re: [PATCH] ASoC: rt5677: Remove bogus device id from rt5677_of_match

2018-08-07 Thread Matthias Kaehlcke
On Tue, Aug 07, 2018 at 09:39:38AM -0700, Guenter Roeck wrote: > On Tue, Aug 7, 2018 at 9:22 AM Matthias Kaehlcke wrote: > > > > The initializer of rt5677_of_match contains a bogus device id > > (enum type) for the 'type' field (char []). Remove it. > > > > Signed-off-by: Matthias Kaehlcke > >

Re: [PATCH] ASoC: rt5677: Remove bogus device id from rt5677_of_match

2018-08-07 Thread Matthias Kaehlcke
On Tue, Aug 07, 2018 at 09:39:38AM -0700, Guenter Roeck wrote: > On Tue, Aug 7, 2018 at 9:22 AM Matthias Kaehlcke wrote: > > > > The initializer of rt5677_of_match contains a bogus device id > > (enum type) for the 'type' field (char []). Remove it. > > > > Signed-off-by: Matthias Kaehlcke > >

Re: [PATCH] ASoC: rt5677: Remove bogus device id from rt5677_of_match

2018-08-07 Thread Guenter Roeck
On Tue, Aug 7, 2018 at 9:22 AM Matthias Kaehlcke wrote: > > The initializer of rt5677_of_match contains a bogus device id > (enum type) for the 'type' field (char []). Remove it. > > Signed-off-by: Matthias Kaehlcke > --- > sound/soc/codecs/rt5677.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [PATCH] ASoC: rt5677: Remove bogus device id from rt5677_of_match

2018-08-07 Thread Guenter Roeck
On Tue, Aug 7, 2018 at 9:22 AM Matthias Kaehlcke wrote: > > The initializer of rt5677_of_match contains a bogus device id > (enum type) for the 'type' field (char []). Remove it. > > Signed-off-by: Matthias Kaehlcke > --- > sound/soc/codecs/rt5677.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH] ASoC: rt5677: Remove bogus device id from rt5677_of_match

2018-08-07 Thread Matthias Kaehlcke
The initializer of rt5677_of_match contains a bogus device id (enum type) for the 'type' field (char []). Remove it. Signed-off-by: Matthias Kaehlcke --- sound/soc/codecs/rt5677.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/rt5677.c

[PATCH] ASoC: rt5677: Remove bogus device id from rt5677_of_match

2018-08-07 Thread Matthias Kaehlcke
The initializer of rt5677_of_match contains a bogus device id (enum type) for the 'type' field (char []). Remove it. Signed-off-by: Matthias Kaehlcke --- sound/soc/codecs/rt5677.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/rt5677.c