commit | 1e916474a98eced0c2fd7dfeb13636ddf1e20348 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Thu Oct 16 11:01:01 2014 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Nov 06 11:33:07 2014 +0530 |
tree | 764136d1c23a174d94a6fcd96ae1d3a5698f5567 | |
parent | 9aa7171157ef452517056e1368459d6f5b4636aa [diff] |
dmaengine: sh: Remove chancnt affectations chanctnt is already filled by dma_async_device_register, which uses the channel list to know how much channels there is. Since it's already filled, we can safely remove it from the drivers' probe function. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>