diff options
Diffstat (limited to 'net/8021q/vlanproc.c')
-rw-r--r-- | net/8021q/vlanproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/8021q/vlanproc.c b/net/8021q/vlanproc.c index 016d7f4f1c84..d34b6daf8930 100644 --- a/net/8021q/vlanproc.c +++ b/net/8021q/vlanproc.c | |||
@@ -231,7 +231,7 @@ static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos) | |||
231 | 231 | ||
232 | ++*pos; | 232 | ++*pos; |
233 | 233 | ||
234 | dev = (struct net_device *)v; | 234 | dev = v; |
235 | if (v == SEQ_START_TOKEN) | 235 | if (v == SEQ_START_TOKEN) |
236 | dev = net_device_entry(&net->dev_base_head); | 236 | dev = net_device_entry(&net->dev_base_head); |
237 | 237 | ||