iolog: fix Error handling issues (NEGATIVE_RETURNS)
authorHyunwoo Park <dshw.park@samsung.com>
Thu, 30 May 2024 02:48:57 +0000 (02:48 +0000)
committerHyunwoo Park <dshw.park@samsung.com>
Fri, 31 May 2024 10:08:09 +0000 (10:08 +0000)
commit4150d2e91e8a38b967db5cee7d5681187f0d2088
tree8fba621421793927d81c696743bba0f1aa4f09c0
parenta70e681c58b0da219dd57749df6e7c97607b29bf
iolog: fix Error handling issues (NEGATIVE_RETURNS)

CID 494151: Error handling issues (NEGATIVE_RETURNS) @ io_u.c:1877 in get_io_u()
This patch removes negative returns from dp_init() to ensure
its value can be properly consumed by td_verror()

Signed-off-by: Hyunwoo Park <dshw.park@samsung.com>
iolog.c