handle_remove
return handle_remove(name, dev);
static void handle_remove(struct work_struct *work);
INIT_WORK(&h->del_work, handle_remove);