dm: make __send_duplicate_bios return unsigned int
authorMikulas Patocka <mpatocka@redhat.com>
Tue, 3 Oct 2023 11:34:54 +0000 (13:34 +0200)
committerMike Snitzer <snitzer@kernel.org>
Mon, 23 Oct 2023 17:07:36 +0000 (13:07 -0400)
commit34dbaa88cab121437d711bb7b9673c16eed4f922
tree2c8bbe9ca5483c37af7e90fdc433fa23ca6d1fd6
parent18ac52332959aaf4bee54ee1b760959beeb13ae2
dm: make __send_duplicate_bios return unsigned int

All the callers cast the value returned by __send_duplicate_bios to
unsigned int type, so we can return unsigned int as well.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm.c