radv: drop the return type for radv_queue_init()
authorMun Gwan-gyeong <elongbug@gmail.com>
Fri, 25 Nov 2016 14:34:44 +0000 (23:34 +0900)
committerDave Airlie <airlied@redhat.com>
Sun, 27 Nov 2016 23:00:57 +0000 (23:00 +0000)
commit0a27dd458b5030be58073f6ab84e144a91be1ced
tree6b0f6cd17c649fbd2fa293243bb72654ffa6f737
parent8cb965b112ad8a8465c4c5063b821a0210008d7d
radv: drop the return type for radv_queue_init()

radv_queue_init() always returns VK_SUCCESS, so caller does not need
to check return value of radv_queue_init().

Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/radv_device.c