[PATCH] USB: khubd optimization
It changes spin_lock_save() to spin_lock() within the completion routine and list_del()/INIT_LIST_HEAD() to list_del_init(). It's nothing more than a minor optimization.
Showing
Please register or sign in to comment