git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab93990
)
ibm_newemac: Don't call dev_mc_add() before device is registered
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Sun, 17 Aug 2008 21:29:23 +0000
(07:29 +1000)
committer
Jeff Garzik
<jgarzik@redhat.com>
Wed, 27 Aug 2008 09:55:24 +0000
(
05:55
-0400)
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>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
No differences found