commit | 902e5ea15f8471a3213a37b11b98196f3406aeaf | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabin@rab.in> | Sat May 02 13:49:36 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat May 02 13:49:36 2009 -0700 |
tree | cd8538075d504800868fb32c7f5f77fbef1f655c | |
parent | d0ab8ff81bf1b01bae7d6b92ca067badbbb02cc9 [diff] |
Subject: [PATCH] br2684: restore net_dev initialization Commit 0ba25ff4c669e5395110ba6ab4958a97a9f96922 ("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>