Commit 43a37a79 authored by Chas Williams's avatar Chas Williams Committed by Stephen Hemminger

[ATM]: [suni] dev_data should really be phy_data.

parent 9e832350
...@@ -230,7 +230,7 @@ static int suni_start(struct atm_dev *dev) ...@@ -230,7 +230,7 @@ static int suni_start(struct atm_dev *dev)
unsigned long flags; unsigned long flags;
int first; int first;
if (!(dev->dev_data = kmalloc(sizeof(struct suni_priv),GFP_KERNEL))) if (!(dev->phy_data = kmalloc(sizeof(struct suni_priv),GFP_KERNEL)))
return -ENOMEM; return -ENOMEM;
PRIV(dev)->dev = dev; PRIV(dev)->dev = dev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment