summaryrefslogtreecommitdiff
path: root/drivers/md/dm-io-rewind.c
diff options
context:
space:
mode:
authorHeinz Mauelshagen <heinzm@redhat.com>2023-02-07 22:27:11 +0100
committerMike Snitzer <snitzer@kernel.org>2023-02-14 14:23:07 -0500
commitb39b73243dd40b8b55a80cce7520745c9559a08d (patch)
tree05e6790b1cde3bf3fa393500429739240d004865 /drivers/md/dm-io-rewind.c
parentba287d7ccb9b4afb69ce67743db5211c49b35d8b (diff)
dm: avoid void function return statements
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-io-rewind.c')
-rw-r--r--drivers/md/dm-io-rewind.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/md/dm-io-rewind.c b/drivers/md/dm-io-rewind.c
index e59b749eec82..6155b0117c9d 100644
--- a/drivers/md/dm-io-rewind.c
+++ b/drivers/md/dm-io-rewind.c
@@ -68,7 +68,6 @@ static void dm_bio_integrity_rewind(struct bio *bio, unsigned int bytes_done)
static inline void dm_bio_integrity_rewind(struct bio *bio,
unsigned int bytes_done)
{
- return;
}
#endif
@@ -104,7 +103,6 @@ static void dm_bio_crypt_rewind(struct bio *bio, unsigned int bytes)
static inline void dm_bio_crypt_rewind(struct bio *bio, unsigned int bytes)
{
- return;
}
#endif