Merge "soc: qcom: hab: clean the compilation issues"

This commit is contained in:
Linux Build Service Account 2018-06-19 22:04:18 -07:00 committed by Gerrit - the friendly Code Review server
commit 2386158c7b
2 changed files with 1 additions and 4 deletions

View file

@ -129,7 +129,7 @@ void physical_channel_rx_dispatch(unsigned long physical_channel)
/* no more pending msg */ /* no more pending msg */
break; break;
} }
pr_error("recv unhandled result %d, size %zd\n", pr_err("recv unhandled result %d, size %zd\n",
result, dev->read_size); result, dev->read_size);
break; break;
} }

View file

@ -184,9 +184,6 @@ int habhyp_commdev_dealloc(void *commdev)
struct ghs_vdev *dev = pchan->hyp_data; struct ghs_vdev *dev = pchan->hyp_data;
kgipc_endpoint_free(dev->endpoint); kgipc_endpoint_free(dev->endpoint);
spin_lock_destroy(&dev->io_lock);
kfree(dev->read_data); kfree(dev->read_data);
kfree(dev); kfree(dev);