commit | 4fac7fa57cf8001be259688468c825f836daf739 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Tue Jan 06 11:38:20 2009 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Tue Jan 06 11:38:20 2009 -0700 |
tree | e59ab78a86f0599416b6255569d41d2ecc0d5512 | |
parent | 630738b9a52bee40cba685f4ff43fbbc28f2e1ff [diff] |
ioat: do not perform removal actions at shutdown Unregistering services should only happen at "remove" time. This prevents the device from being unregistered while dmaengine clients are still active. Also, the comment on ioat_remove is stale since removal is prevented while a channel may be in use. Reported-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>