USB: fix Coding Style.
[firefly-linux-kernel-4.4.55.git] / drivers / usb / dwc_otg_310 / common_port / dwc_mem.c
index ad645ff1ba7e06c852440396767e69279b3b31db..6d6c6c52d0e345a4178166c81ff05db05bcf3963 100755 (executable)
@@ -29,7 +29,7 @@ struct allocation_manager {
        uint32_t max;
 };
 
-static struct allocation_manager *manager = NULL;
+static struct allocation_manager *manager;
 
 static int add_allocation(void *ctx, uint32_t size, char const *func, int line, void *addr,
                          int dma)