Loading drivers/cam_req_mgr/cam_req_mgr_dev.c +2 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved. * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. */ #include <linux/module.h> Loading @@ -27,7 +28,7 @@ #include "cam_debug_util.h" #include "cam_common_util.h" #define CAM_REQ_MGR_EVENT_MAX 30 #define CAM_REQ_MGR_EVENT_MAX 100 static struct cam_req_mgr_device g_dev; struct kmem_cache *g_cam_req_mgr_timer_cachep; Loading Loading
drivers/cam_req_mgr/cam_req_mgr_dev.c +2 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved. * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. */ #include <linux/module.h> Loading @@ -27,7 +28,7 @@ #include "cam_debug_util.h" #include "cam_common_util.h" #define CAM_REQ_MGR_EVENT_MAX 30 #define CAM_REQ_MGR_EVENT_MAX 100 static struct cam_req_mgr_device g_dev; struct kmem_cache *g_cam_req_mgr_timer_cachep; Loading