mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Rename kfree to kmm_free for consistency with other naming conventions
This commit is contained in:
@@ -3190,7 +3190,7 @@ static void mmcsd_hwuninitialize(FAR struct mmcsd_state_s *priv)
|
||||
{
|
||||
mmcsd_removed(priv);
|
||||
SDIO_RESET(priv->dev);
|
||||
kfree(priv);
|
||||
kmm_free(priv);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3311,7 +3311,7 @@ errout_with_hwinit:
|
||||
return ret;
|
||||
|
||||
errout_with_alloc:
|
||||
kfree(priv);
|
||||
kmm_free(priv);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user