mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
Rename kfree to kmm_free for consistency with other naming conventions
This commit is contained in:
@@ -1330,7 +1330,7 @@ int tsc2007_register(FAR struct i2c_dev_s *dev,
|
||||
errout_with_priv:
|
||||
sem_destroy(&priv->devsem);
|
||||
#ifdef CONFIG_TSC2007_MULTIPLE
|
||||
kfree(priv);
|
||||
kmm_free(priv);
|
||||
#endif
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user