commit | cbf1e56e6aa2fc116a9995d457e8f3cf2be20442 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Tue Oct 22 12:14:06 2013 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Nov 12 14:28:25 2013 +0530 |
tree | 3c668c7918f00bab67369fc90a1dd50c98eebc77 | |
parent | 1e378a6d7789bf142319c6207398367336c49082 [diff] |
dma: cppi41: return code > 0 of pm_runtime_get_sync() is not an error Return code of pm_runtime_get_sync() > 0 is not an error and may happen. Noticed during rmmod & modprobe testing. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>