Merge tag 'hwlock-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson...
[linux-2.6-microblaze.git] / include / scsi / scsi_dh.h
index a9f782f..4df943c 100644 (file)
@@ -52,7 +52,8 @@ struct scsi_device_handler {
        /* Filled by the hardware handler */
        struct module *module;
        const char *name;
-       int (*check_sense)(struct scsi_device *, struct scsi_sense_hdr *);
+       enum scsi_disposition (*check_sense)(struct scsi_device *,
+                                            struct scsi_sense_hdr *);
        int (*attach)(struct scsi_device *);
        void (*detach)(struct scsi_device *);
        int (*activate)(struct scsi_device *, activate_complete, void *);