
12 Oct
2019
12 Oct
'19
4:53 a.m.
On Thu, 26 Sep 2019 at 07:44, Jean-Jacques Hiblot jjhiblot@ti.com wrote:
When DEVRES is not set, devm_kmalloc_array() is spelled devm_kmaloc_array() (with one 'l' only). Fixing it so that the name is the same with and without DEVRES.
Signed-off-by: Jean-Jacques Hiblot jjhiblot@ti.com
include/dm/device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!