]> git.baikalelectronics.ru Git - kernel.git/commit
video: mx3fb: use dmaengine_terminate_all() API
authorVinod Koul <vinod.koul@intel.com>
Sat, 11 Oct 2014 15:40:40 +0000 (21:10 +0530)
committerVinod Koul <vinod.koul@intel.com>
Wed, 15 Oct 2014 16:01:00 +0000 (21:31 +0530)
commit87c61256c590df6e82207a24116cba93fd7b4de0
tree622818fe0989d5bf347bb602e43a4d2c5c324c5d
parentd0370784ccbf5d268918e0a50316da36e772191a
video: mx3fb: use dmaengine_terminate_all() API

The drivers should use dmaengine_terminate_all() API instead of
accessing the device_control which will be deprecated soon

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/video/fbdev/mx3fb.c