[package] broadcom-wl: remove an erroneous BUG() call in the glue driver
[openwrt.git] / package / broadcom-wl / src / glue / wl_glue.c
index 638a653..0504232 100644 (file)
@@ -235,12 +235,6 @@ struct device * wl_glue_get_dmadev(void *dev)
 {
        struct device *dma_dev;
 
-       if (!wl_glue_attached)
-       {
-               BUG();
-               return NULL;
-       }
-
        switch (active_bus_type)
        {
 #ifdef CONFIG_SSB
This page took 0.028407 seconds and 4 git commands to generate.