dmaengine: hsu: using for_each_set_bit to simplify the code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 13 Jul 2022 17:22:33 +0000 (20:22 +0300)
committerVinod Koul <vkoul@kernel.org>
Sun, 4 Sep 2022 17:19:35 +0000 (22:49 +0530)
commitd6b76a45d5ae241af61cabd03496a376bd63207d
treeb5fab15b74be65df436ae815845b437669b5669f
parentd5988dcc760ca5cf683867163c7c78454fb2ec31
dmaengine: hsu: using for_each_set_bit to simplify the code

It's more cleanly to use for_each_set_bit() instead of opencoding it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220713172235.22611-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/hsu/pci.c