scst_vdisk: Remove a superfluous cast

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7044 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2016-12-01 05:16:15 +00:00
parent c9eae551f5
commit e42dfbbb72

View File

@@ -2048,7 +2048,7 @@ static int vdisk_format_dif(struct scst_cmd *cmd, uint64_t start_lba,
iv_count, &loff, 0);
if (err < 0) {
PRINT_ERROR("Formatting DIF write() returned %lld from "
"%zd", (long long)err, full_len);
"%zd", err, full_len);
if (err == -EAGAIN)
scst_set_busy(cmd);
else