]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/smbfs/request.c
[PATCH] Export soc_common_drv_pcmcia_remove to allow modular PCMCIA.
[linux-2.6-omap-h63xx.git] / fs / smbfs / request.c
index c8e96195b96ee29c52b931b4c2b47c9e1f90e8e0..0fb74697abc401694ea0a0e9aed4f8352a5213c5 100644 (file)
@@ -49,8 +49,7 @@ int smb_init_request_cache(void)
 
 void smb_destroy_request_cache(void)
 {
-       if (kmem_cache_destroy(req_cachep))
-               printk(KERN_INFO "smb_destroy_request_cache: not all structures were freed\n");
+       kmem_cache_destroy(req_cachep);
 }
 
 /*