Skip to content

Commit

Permalink
driver/isdb2056: 不要なmutexのlock/unlockを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
nns779 committed Aug 18, 2019
1 parent 4f5ad79 commit e90b149
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions driver/isdb2056.c
Original file line number Diff line number Diff line change
Expand Up @@ -1670,10 +1670,6 @@ static void isdb2056_disconnect(struct usb_interface *intf)
ref = atomic_read(&isdb2056->ref);
}

mutex_lock(&glock);

mutex_unlock(&glock);

put_device(isdb2056->dev);

// uninitialize
Expand Down

0 comments on commit e90b149

Please sign in to comment.