diff options
Diffstat (limited to 'drivers/crypto/ccree/cc_sram_mgr.c')
-rw-r--r-- | drivers/crypto/ccree/cc_sram_mgr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/crypto/ccree/cc_sram_mgr.c b/drivers/crypto/ccree/cc_sram_mgr.c index a3c13b37adce..7d0e0db4f8df 100644 --- a/drivers/crypto/ccree/cc_sram_mgr.c +++ b/drivers/crypto/ccree/cc_sram_mgr.c @@ -50,9 +50,6 @@ int cc_sram_mgr_init(struct cc_drvdata *drvdata) /*! * Allocated buffer from SRAM pool. - * Note: Caller is responsible to free the LAST allocated buffer. - * This function does not taking care of any fragmentation may occur - * by the order of calls to alloc/free. * * \param drvdata * \param size The requested bytes to allocate |