Re: [PATCH] ibm_newemac: Don't call dev_mc_add() before device is registered
From: Jeff Garzik <hidden>
Date: 2008-08-27 09:56:35
Also in:
linuxppc-dev
From: Jeff Garzik <hidden>
Date: 2008-08-27 09:56:35
Also in:
linuxppc-dev
Benjamin Herrenschmidt wrote:
We must not call dev_mc_add() from within our HW configure which happens before we initialize and register the netdev. Do it in open() instead. Thanks to Sebastian Siewior for tracking it down. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> --- This fixes an uninitialized spinlock warning (and possibly more). Please apply.
applied