commit | af31826d9b1ce432e033f0e91529aa1013076482 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Mar 25 14:24:22 2013 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Apr 15 09:52:04 2013 +0530 |
tree | a9f80e9c668e64e9a3b8bf0154656de2e880e143 | |
parent | 9a188eb126aa7bf27077ee46fcb914898d6fc281 [diff] |
dma: of: Remove unnecessary list_empty check list_for_each_entry is able to handle empty lists just fine, there is no need to make sure that the list is non empty. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>