commit | a3c8bb1d3f595156a314e02776289038bf7f8fa6 | [log] [tgz] |
---|---|---|
author | Keerthy <j-keerthy@ti.com> | Wed Apr 24 16:33:54 2019 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri May 03 07:23:17 2019 -0400 |
tree | bd916bfc3ac9bc4567c9241b08872eeb27da811e | |
parent | dd6f126edc06e912a2d79d2a760afa9c40cd3323 [diff] |
drivers: dma: ti: k3-udma: Extract packet data only when Meta data is not NULL Currently packet data is wrongly extracted when metadata is NULL. Fix it and negate the if check. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Reviewed-by: Peter Ujfalusi <peter.ujfalusi@ti.com>