Loading sound/pci/ctxfi/ctvmem.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -52,8 +52,7 @@ get_vm_block(struct ct_vm *vm, unsigned int size) if (entry->size == size) { if (entry->size == size) { /* Move the vm node from unused list to used list directly */ /* Move the vm node from unused list to used list directly */ list_del(&entry->list); list_move(&entry->list, &vm->used); list_add(&entry->list, &vm->used); vm->size -= size; vm->size -= size; block = entry; block = entry; goto out; goto out; Loading Loading
sound/pci/ctxfi/ctvmem.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -52,8 +52,7 @@ get_vm_block(struct ct_vm *vm, unsigned int size) if (entry->size == size) { if (entry->size == size) { /* Move the vm node from unused list to used list directly */ /* Move the vm node from unused list to used list directly */ list_del(&entry->list); list_move(&entry->list, &vm->used); list_add(&entry->list, &vm->used); vm->size -= size; vm->size -= size; block = entry; block = entry; goto out; goto out; Loading