Loading drivers/soc/qcom/glink_loopback_server.c +3 −3 Original line number Diff line number Diff line Loading @@ -749,7 +749,7 @@ void glink_lpbsrv_notify_rx(void *handle, const void *priv, "%s:%s:%s %s: end (Success) RX priv[%p] data[%p] size[%zu]\n", rx_ch_info->transport, rx_ch_info->edge, rx_ch_info->name, __func__, pkt_priv, (char *)ptr, size); tmp_work_info = kzalloc(sizeof(struct rx_work_info), GFP_KERNEL); tmp_work_info = kzalloc(sizeof(struct rx_work_info), GFP_ATOMIC); if (!tmp_work_info) { LBSRV_ERR("%s:%s:%s %s: Error allocating rx_work\n", rx_ch_info->transport, rx_ch_info->edge, Loading Loading @@ -777,7 +777,7 @@ void glink_lpbsrv_notify_rxv(void *handle, const void *priv, LBSRV_INFO("%s:%s:%s %s: priv[%p] data[%p] size[%zu]\n", rx_ch_info->transport, rx_ch_info->edge, rx_ch_info->name, __func__, pkt_priv, (char *)ptr, size); tmp_work_info = kzalloc(sizeof(struct rx_work_info), GFP_KERNEL); tmp_work_info = kzalloc(sizeof(struct rx_work_info), GFP_ATOMIC); if (!tmp_work_info) { LBSRV_ERR("%s:%s:%s %s: Error allocating rx_work\n", rx_ch_info->transport, rx_ch_info->edge, Loading Loading @@ -807,7 +807,7 @@ void glink_lpbsrv_notify_rx_tp(void *handle, const void *priv, rx_ch_info->transport, rx_ch_info->edge, rx_ch_info->name, __func__, pkt_priv, (char *)ptr, size); tracer_pkt_log_event((void *)ptr, LOOPBACK_SRV_RX); tmp_work_info = kmalloc(sizeof(struct rx_work_info), GFP_KERNEL); tmp_work_info = kmalloc(sizeof(struct rx_work_info), GFP_ATOMIC); if (!tmp_work_info) { LBSRV_ERR("%s:%s:%s %s: Error allocating rx_work\n", rx_ch_info->transport, rx_ch_info->edge, Loading Loading
drivers/soc/qcom/glink_loopback_server.c +3 −3 Original line number Diff line number Diff line Loading @@ -749,7 +749,7 @@ void glink_lpbsrv_notify_rx(void *handle, const void *priv, "%s:%s:%s %s: end (Success) RX priv[%p] data[%p] size[%zu]\n", rx_ch_info->transport, rx_ch_info->edge, rx_ch_info->name, __func__, pkt_priv, (char *)ptr, size); tmp_work_info = kzalloc(sizeof(struct rx_work_info), GFP_KERNEL); tmp_work_info = kzalloc(sizeof(struct rx_work_info), GFP_ATOMIC); if (!tmp_work_info) { LBSRV_ERR("%s:%s:%s %s: Error allocating rx_work\n", rx_ch_info->transport, rx_ch_info->edge, Loading Loading @@ -777,7 +777,7 @@ void glink_lpbsrv_notify_rxv(void *handle, const void *priv, LBSRV_INFO("%s:%s:%s %s: priv[%p] data[%p] size[%zu]\n", rx_ch_info->transport, rx_ch_info->edge, rx_ch_info->name, __func__, pkt_priv, (char *)ptr, size); tmp_work_info = kzalloc(sizeof(struct rx_work_info), GFP_KERNEL); tmp_work_info = kzalloc(sizeof(struct rx_work_info), GFP_ATOMIC); if (!tmp_work_info) { LBSRV_ERR("%s:%s:%s %s: Error allocating rx_work\n", rx_ch_info->transport, rx_ch_info->edge, Loading Loading @@ -807,7 +807,7 @@ void glink_lpbsrv_notify_rx_tp(void *handle, const void *priv, rx_ch_info->transport, rx_ch_info->edge, rx_ch_info->name, __func__, pkt_priv, (char *)ptr, size); tracer_pkt_log_event((void *)ptr, LOOPBACK_SRV_RX); tmp_work_info = kmalloc(sizeof(struct rx_work_info), GFP_KERNEL); tmp_work_info = kmalloc(sizeof(struct rx_work_info), GFP_ATOMIC); if (!tmp_work_info) { LBSRV_ERR("%s:%s:%s %s: Error allocating rx_work\n", rx_ch_info->transport, rx_ch_info->edge, Loading