summaryrefslogtreecommitdiff
path: root/include/drm/bridge/aux-bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/bridge/aux-bridge.h')
-rw-r--r--include/drm/bridge/aux-bridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/bridge/aux-bridge.h b/include/drm/bridge/aux-bridge.h
index 66249ff0858e..c4c423e97f06 100644
--- a/include/drm/bridge/aux-bridge.h
+++ b/include/drm/bridge/aux-bridge.h
@@ -26,7 +26,7 @@ void drm_aux_hpd_bridge_notify(struct device *dev, enum drm_connector_status sta
static inline struct device *drm_dp_hpd_bridge_register(struct device *parent,
struct device_node *np)
{
- return 0;
+ return NULL;
}
static inline void drm_aux_hpd_bridge_notify(struct device *dev, enum drm_connector_status status)