dm: Remove unnecessary return in dm_zone_endio()
authorDamien Le Moal <dlemoal@kernel.org>
Wed, 11 Jun 2025 01:14:56 +0000 (10:14 +0900)
committerMikulas Patocka <mpatocka@redhat.com>
Fri, 27 Jun 2025 10:59:11 +0000 (12:59 +0200)
commitd142643c06bcbc8be173a4d749adf42dd798a617
tree486a006546cbcbe6aa9e5c1df86b914f729e97e6
parent9de4a3967caf1865a95aebdd63fccf213d174ede
dm: Remove unnecessary return in dm_zone_endio()

The return statement at the end of dm_zone_endio() is not needed.
Remove it.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-zone.c