]> git.baikalelectronics.ru Git - kernel.git/commit
Subject: [PATCH] br2684: restore net_dev initialization
authorRabin Vincent <rabin@rab.in>
Sat, 2 May 2009 20:49:36 +0000 (13:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 May 2009 20:49:36 +0000 (13:49 -0700)
commitb5c3aadaf53add41051599ae0643d4f2618a4c18
treecd8538075d504800868fb32c7f5f77fbef1f655c
parent0a97977047867a7ddaf29a1495d994ee4b83919f
Subject: [PATCH] br2684: restore net_dev initialization

Commit 5d7bb4d23193108c1a68a45a73143d525ae87bfb ("br2684: convert to
net_device_ops") inadvertently deleted the initialization of the net_dev
pointer in the br2684_dev structure, leading to crashes.  This patch
adds it back.

Reported-by: Mikko Vinni <mmvinni@yahoo.com>
Tested-by: Mikko Vinni <mmvinni@yahoo.com>
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/br2684.c