]> Pileus Git - ~andy/linux/blobdiff - net/phonet/pn_dev.c
net: force bridge module(s) to be GPL
[~andy/linux] / net / phonet / pn_dev.c
index 6b30cc1b94b8c4b14494eb4751878023d3d96f84..5ae4c01e8388d5db0ab7d0322857cf9dd86ed319 100644 (file)
@@ -97,7 +97,7 @@ struct net_device *phonet_device_get(struct net *net)
 {
        struct phonet_device_list *pndevs = phonet_device_list(net);
        struct phonet_device *pnd;
-       struct net_device *dev;
+       struct net_device *dev = NULL;
 
        spin_lock_bh(&pndevs->lock);
        list_for_each_entry(pnd, &pndevs->list, list) {