Searched hist:b11403c93b7cddc8916b132a395b1524c02447a3 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/soc/ti/ |
H A D | wkup_m3_ipc.c | diff b11403c93b7cddc8916b132a395b1524c02447a3 Wed May 17 19:24:31 CEST 2023 Osama Muhammad <osmtendev@gmail.com> wkup_m3_ipc.c: Fix error checking for debugfs_create_dir
This patch fixes the error checking in wkup_m3_ipc.c in debugfs_create_dir. The correct way to check if an error occurred is 'IS_ERR' inline function.
Signed-off-by: Osama Muhammad <osmtendev@gmail.com> Link: https://lore.kernel.org/r/20230517172431.13507-1-osmtendev@gmail.com Signed-off-by: Nishanth Menon <nm@ti.com>
|