Commits
Fancy Fang committed e4a6ef002a5
MLK-11913 dma: pxp-v3: remove some duplicate dead code The code slice in the pxp_probe() function: " if (!res || irq < 0) { err = -ENODEV; goto exit; } " appears twice closely. And the second code slice will become dead code which is never executed. So remove the second one. Signed-off-by: Fancy Fang <chen.fang@freescale.com>