mirror of https://gitee.com/openkylin/linux.git
amdkfd: Trim off unnescessary semicolon from kfd_packet_manager.c
Found-By: Coccinelle Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
This commit is contained in:
parent
991ca8eee2
commit
371d5b653f
|
@ -647,7 +647,7 @@ int pm_send_unmap_queue(struct packet_manager *pm, enum kfd_queue_type type,
|
||||||
default:
|
default:
|
||||||
BUG();
|
BUG();
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
|
|
||||||
pm->priv_queue->ops.submit_packet(pm->priv_queue);
|
pm->priv_queue->ops.submit_packet(pm->priv_queue);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue