commit | c4b54a648e682f678c338619df848233a6babc46 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Mon Nov 17 14:41:59 2014 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Dec 22 12:28:55 2014 +0530 |
tree | 232c90d21a2f954908c5d8e0121c9a61445f6d73 | |
parent | d2f4f99db3e9ec8b063cf2e45704e2bb95428317 [diff] |
dmaengine: Make channel allocation callbacks optional Nowadays, some drivers don't have anything in there channel allocation callbacks anymore. Remove the BUG_ON if those callbacks aren't implemented, in order to allow drivers to not implement them. 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>