mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Rename kmalloc to kmm_malloc for consistency
This commit is contained in:
@@ -3231,7 +3231,7 @@ int mmcsd_slotinitialize(int minor, FAR struct sdio_dev_s *dev)
|
||||
|
||||
/* Allocate a MMC/SD state structure */
|
||||
|
||||
priv = (FAR struct mmcsd_state_s *)kmalloc(sizeof(struct mmcsd_state_s));
|
||||
priv = (FAR struct mmcsd_state_s *)kmm_malloc(sizeof(struct mmcsd_state_s));
|
||||
if (priv)
|
||||
{
|
||||
/* Initialize the MMC/SD state structure */
|
||||
|
||||
Reference in New Issue
Block a user