Loading drivers/soc/qcom/hab/ghs_comm.c +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ void physical_channel_rx_dispatch(unsigned long physical_channel) /* no more pending msg */ break; } pr_error("recv unhandled result %d, size %zd\n", pr_err("recv unhandled result %d, size %zd\n", result, dev->read_size); break; } Loading drivers/soc/qcom/hab/hab_ghs.c +0 −3 Original line number Diff line number Diff line Loading @@ -184,9 +184,6 @@ int habhyp_commdev_dealloc(void *commdev) struct ghs_vdev *dev = pchan->hyp_data; kgipc_endpoint_free(dev->endpoint); spin_lock_destroy(&dev->io_lock); kfree(dev->read_data); kfree(dev); Loading Loading
drivers/soc/qcom/hab/ghs_comm.c +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ void physical_channel_rx_dispatch(unsigned long physical_channel) /* no more pending msg */ break; } pr_error("recv unhandled result %d, size %zd\n", pr_err("recv unhandled result %d, size %zd\n", result, dev->read_size); break; } Loading
drivers/soc/qcom/hab/hab_ghs.c +0 −3 Original line number Diff line number Diff line Loading @@ -184,9 +184,6 @@ int habhyp_commdev_dealloc(void *commdev) struct ghs_vdev *dev = pchan->hyp_data; kgipc_endpoint_free(dev->endpoint); spin_lock_destroy(&dev->io_lock); kfree(dev->read_data); kfree(dev); Loading