VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / usb / core / buffer.c
index a649e32..1e2a42a 100644 (file)
@@ -94,7 +94,7 @@ void hcd_buffer_destroy (struct usb_hcd *hcd)
                struct dma_pool         *pool = hcd->pool [i];
                if (pool) {
                        dma_pool_destroy (pool);
-                       hcd->pool [i] = 0;
+                       hcd->pool[i] = NULL;
                }
        }
 }