Advertisement
Guest User

Untitled

a guest
Oct 26th, 2023
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. drivers/usb/typec/altmodes/displayport.c: In function ‘dp_altmode_vdm’:
  2. drivers/usb/typec/altmodes/displayport.c:309:33: error: too few arguments to function ‘drm_connector_oob_hotplug_event’
  3. 309 | drm_connector_oob_hotplug_event(dp->connector_fwnode);
  4. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. In file included from drivers/usb/typec/altmodes/displayport.c:17:
  6. ./include/drm/drm_connector.h:1984:6: note: declared here
  7. 1984 | void drm_connector_oob_hotplug_event(struct fwnode_handle *connector_fwnode,
  8. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement