soc: qcom: glink_pkt: Try allocation with vmalloc

Glink_pkt driver try to allocate the tx buffer with kmalloc
which can fail for higher order allocations. This leads to failure
of client's transaction.

Glink_pkt driver uses vmalloc in case of failure with kmalloc.

Change-Id: I24a1ae56852d7c043552f5c4c6cc20bf4cfaebcf
Signed-off-by: Hardik Arya <harya@codeaurora.org>
1 file changed