Skip to content

Commit

Permalink
typec: displayport: fix ret error
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Oct 3, 2022
1 parent a4d5102 commit 6edbfc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/usb/typec/altmodes/displayport.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ static void dp_altmode_update_extcon(struct dp_altmode *dp, bool disconnect) {

static int dp_altmode_configured(struct dp_altmode *dp)
{
int ret;

sysfs_notify(&dp->alt->dev.kobj, "displayport", "configuration");

if (!dp->data.conf) {
Expand Down

0 comments on commit 6edbfc8

Please sign in to comment.