Loading drivers/usb/misc/ssusb-redriver-nb7vpq904m.c +2 −4 Original line number Diff line number Diff line Loading @@ -445,7 +445,6 @@ static int ssusb_redriver_vbus_notifier(struct notifier_block *nb, redriver->vbus_active = event; if (redriver->vbus_active) queue_work(redriver->redriver_wq, &redriver->config_work); return NOTIFY_DONE; Loading @@ -466,7 +465,6 @@ static int ssusb_redriver_id_notifier(struct notifier_block *nb, redriver->host_active = host_active; if (redriver->host_active) queue_work(redriver->redriver_wq, &redriver->config_work); return NOTIFY_DONE; Loading Loading
drivers/usb/misc/ssusb-redriver-nb7vpq904m.c +2 −4 Original line number Diff line number Diff line Loading @@ -445,7 +445,6 @@ static int ssusb_redriver_vbus_notifier(struct notifier_block *nb, redriver->vbus_active = event; if (redriver->vbus_active) queue_work(redriver->redriver_wq, &redriver->config_work); return NOTIFY_DONE; Loading @@ -466,7 +465,6 @@ static int ssusb_redriver_id_notifier(struct notifier_block *nb, redriver->host_active = host_active; if (redriver->host_active) queue_work(redriver->redriver_wq, &redriver->config_work); return NOTIFY_DONE; Loading