Loading drivers/char/adsprpc.c +2 −3 Original line number Diff line number Diff line Loading @@ -64,7 +64,6 @@ #define FASTRPC_ENOSUCH 39 #define DEBUGFS_SIZE 3072 #define UL_SIZE 25 #define PID_SIZE 10 #define AUDIO_PDR_ADSP_DTSI_PROPERTY_NAME "qcom,fastrpc-adsp-audio-pdr" Loading Loading @@ -5235,8 +5234,8 @@ static ssize_t fastrpc_debugfs_read(struct file *filp, char __user *buffer, unsigned int len = 0; int i, j, sess_used = 0, ret = 0; char *fileinfo = NULL; char single_line[UL_SIZE] = "----------------"; char title[UL_SIZE] = "========================="; char single_line[] = "----------------"; char title[] = "========================="; fileinfo = kzalloc(DEBUGFS_SIZE, GFP_KERNEL); if (!fileinfo) { Loading Loading
drivers/char/adsprpc.c +2 −3 Original line number Diff line number Diff line Loading @@ -64,7 +64,6 @@ #define FASTRPC_ENOSUCH 39 #define DEBUGFS_SIZE 3072 #define UL_SIZE 25 #define PID_SIZE 10 #define AUDIO_PDR_ADSP_DTSI_PROPERTY_NAME "qcom,fastrpc-adsp-audio-pdr" Loading Loading @@ -5235,8 +5234,8 @@ static ssize_t fastrpc_debugfs_read(struct file *filp, char __user *buffer, unsigned int len = 0; int i, j, sess_used = 0, ret = 0; char *fileinfo = NULL; char single_line[UL_SIZE] = "----------------"; char title[UL_SIZE] = "========================="; char single_line[] = "----------------"; char title[] = "========================="; fileinfo = kzalloc(DEBUGFS_SIZE, GFP_KERNEL); if (!fileinfo) { Loading