Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a1f559e authored by Yong Ding's avatar Yong Ding Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: hab: clean the compilation issues



This fixes the hab compilation issues found when
CONFIG_GHS_VMM is enabled.

Change-Id: Ie4b6aca5f0a7f549273d939dd6069e55db7877c4
Signed-off-by: default avatarYong Ding <yongding@codeaurora.org>
parent 333c319d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}
+0 −3
Original line number Diff line number Diff line
@@ -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);