Re: Problems with 'mtd: warn when registering the same master many times'

2015-11-02 Thread Jesper Nilsson
On Mon, Nov 02, 2015 at 12:09:31PM -0800, Guenter Roeck wrote: > On Mon, Nov 02, 2015 at 09:43:56AM -0800, Brian Norris wrote: > > On Mon, Nov 02, 2015 at 07:41:48AM -0800, Guenter Roeck wrote: > > > I also see the warning in crisv32 runtime tests. This is because the code > > > in > > >

Re: Problems with 'mtd: warn when registering the same master many times'

2015-11-02 Thread Guenter Roeck
On Mon, Nov 02, 2015 at 09:43:56AM -0800, Brian Norris wrote: > On Mon, Nov 02, 2015 at 07:41:48AM -0800, Guenter Roeck wrote: > > Brian, > > > > I see the following warnings in recent mips qemu tests on linux-next. > > > > WARNING: CPU: 0 PID: 1 at drivers/mtd/mtdcore.c:619 > >

Re: Problems with 'mtd: warn when registering the same master many times'

2015-11-02 Thread Brian Norris
On Mon, Nov 02, 2015 at 07:41:48AM -0800, Guenter Roeck wrote: > Brian, > > I see the following warnings in recent mips qemu tests on linux-next. > > WARNING: CPU: 0 PID: 1 at drivers/mtd/mtdcore.c:619 > mtd_device_parse_register+0x160/0x16c() > MTD already registered > > Looking into the

Problems with 'mtd: warn when registering the same master many times'

2015-11-02 Thread Guenter Roeck
Brian, I see the following warnings in recent mips qemu tests on linux-next. WARNING: CPU: 0 PID: 1 at drivers/mtd/mtdcore.c:619 mtd_device_parse_register+0x160/0x16c() MTD already registered Looking into the code, this is the result of your patch 'mtd: warn when registering the same master

Problems with 'mtd: warn when registering the same master many times'

2015-11-02 Thread Guenter Roeck
Brian, I see the following warnings in recent mips qemu tests on linux-next. WARNING: CPU: 0 PID: 1 at drivers/mtd/mtdcore.c:619 mtd_device_parse_register+0x160/0x16c() MTD already registered Looking into the code, this is the result of your patch 'mtd: warn when registering the same master

Re: Problems with 'mtd: warn when registering the same master many times'

2015-11-02 Thread Brian Norris
On Mon, Nov 02, 2015 at 07:41:48AM -0800, Guenter Roeck wrote: > Brian, > > I see the following warnings in recent mips qemu tests on linux-next. > > WARNING: CPU: 0 PID: 1 at drivers/mtd/mtdcore.c:619 > mtd_device_parse_register+0x160/0x16c() > MTD already registered > > Looking into the

Re: Problems with 'mtd: warn when registering the same master many times'

2015-11-02 Thread Guenter Roeck
On Mon, Nov 02, 2015 at 09:43:56AM -0800, Brian Norris wrote: > On Mon, Nov 02, 2015 at 07:41:48AM -0800, Guenter Roeck wrote: > > Brian, > > > > I see the following warnings in recent mips qemu tests on linux-next. > > > > WARNING: CPU: 0 PID: 1 at drivers/mtd/mtdcore.c:619 > >

Re: Problems with 'mtd: warn when registering the same master many times'

2015-11-02 Thread Jesper Nilsson
On Mon, Nov 02, 2015 at 12:09:31PM -0800, Guenter Roeck wrote: > On Mon, Nov 02, 2015 at 09:43:56AM -0800, Brian Norris wrote: > > On Mon, Nov 02, 2015 at 07:41:48AM -0800, Guenter Roeck wrote: > > > I also see the warning in crisv32 runtime tests. This is because the code > > > in > > >