• Alan Stern's avatar
    [PATCH] USB: khubd optimization · 74636bf5
    Alan Stern authored
    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.
    74636bf5
hub.c 34.9 KB