aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rpmsg/qcom_smd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rpmsg/qcom_smd.h')
-rw-r--r--include/linux/rpmsg/qcom_smd.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/rpmsg/qcom_smd.h b/include/linux/rpmsg/qcom_smd.h
index e674b2e3074b..8ec8b6439b25 100644
--- a/include/linux/rpmsg/qcom_smd.h
+++ b/include/linux/rpmsg/qcom_smd.h
@@ -18,14 +18,12 @@ static inline struct qcom_smd_edge *
qcom_smd_register_edge(struct device *parent,
struct device_node *node)
{
- return ERR_PTR(-ENXIO);
+ return NULL;
}
static inline int qcom_smd_unregister_edge(struct qcom_smd_edge *edge)
{
- /* This shouldn't be possible */
- WARN_ON(1);
- return -ENXIO;
+ return 0;
}
#endif