New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 625263 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 724289
Owner:
Closed: Jul 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Unnecessary call to devm_dual_role_instance_unregister() in extcon-cros_ec

Project Member Reported by groeck@chromium.org, Jul 1 2016

Issue description

devm_dual_role_instance_unregister() is called from extcon_cros_ec_remove(). Since this is a devm function, it does not need to be called all. Also, it is important that it is called _after_ the notifier has been removed, to avoid stray calls to dual_role_instance_changed() after the instance was removed.



 
Description: Show this description

Comment 2 by groeck@chromium.org, Sep 13 2016

Status: Started (was: Assigned)
Mergedinto: 724289
Status: Duplicate (was: Started)

Sign in to add a comment