]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: altera_tse: wait sgdma in altera_tse_recv
authorThomas Chou <thomas@wytron.com.tw>
Mon, 9 Nov 2015 00:00:00 +0000 (08:00 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 12 Nov 2015 00:26:59 +0000 (08:26 +0800)
commit577662f0845d5fa701261879c7d18c8073cf9e7d
treeb7310e83aff4f578d5306ec90c36f585eaf1fed9
parentacd71c320f917fbd3a2c4978117a2b586e245f42
net: altera_tse: wait sgdma in altera_tse_recv

Move the sgdma wait from free_pkt to recv. This is the proper
place to wait recv sgdma done.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/net/altera_tse.c