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

Commit d832e58b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: dp: return -ENODEV when USBPD module is not enabled"

parents d9b4204a 11a51b0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ void dp_usbpd_put(struct dp_hpd *pd);
static inline struct dp_hpd *dp_usbpd_get(struct device *dev,
		struct dp_hpd_cb *cb)
{
	return NULL;
	return ERR_PTR(-ENODEV);
}

static inline void dp_usbpd_put(struct dp_hpd *pd)