]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/block/mtip32xx/mtip32xx.h
block: introduce new block status code type
[karo-tx-linux.git] / drivers / block / mtip32xx / mtip32xx.h
index 37b8e3e0bb786b04798a25efa833be1fd7095c25..e8286af50e16b6b4c561e279dce2b3ed748d2a9a 100644 (file)
@@ -342,7 +342,7 @@ struct mtip_cmd {
        int retries; /* The number of retries left for this command. */
 
        int direction; /* Data transfer direction */
-       int status;
+       blk_status_t status;
 };
 
 /* Structure used to describe a port. */