commit | cc74127b69d4ae48d9e36b0dbbecff172012bd0f | [log] [tgz] |
---|---|---|
author | ziqic <quic_ziqic_01@quicinc.com> | Fri Sep 23 13:57:16 2022 +0800 |
committer | Michael Bestas <mkbestas@lineageos.org> | Tue Dec 12 01:48:08 2023 +0200 |
tree | 7778cc0df341499aee6ea9ee35862840cf59fcae | |
parent | e9411186d2e0e446276dc2b5a43c902f4b6e8296 [diff] |
msm: vidc: fix error during debugfs init When CONFIG_DEBUG_FS is disabled, the call to debugfs_create_dir will result in an error. Add a check of the config to avoid the error. Change-Id: I7a79dbc5c4c5e1e3192a11d55ad9b7994788f30f Signed-off-by: ziqic <quic_ziqic_01@quicinc.com>