diff --git a/[refs] b/[refs] index f8722777d263..fc4ec66615e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cfae35804bcb909225d6f4eb5bd29e25971614d8 +refs/heads/master: cb5d9e0948122dd8b808550574d95bd60674ba3b diff --git a/trunk/include/scsi/scsi_device.h b/trunk/include/scsi/scsi_device.h index 895d212864cd..b401c82036be 100644 --- a/trunk/include/scsi/scsi_device.h +++ b/trunk/include/scsi/scsi_device.h @@ -298,9 +298,9 @@ extern int scsi_execute_async(struct scsi_device *sdev, void (*done)(void *, char *, int, int), gfp_t gfp); -static inline void scsi_device_reprobe(struct scsi_device *sdev) +static inline int __must_check scsi_device_reprobe(struct scsi_device *sdev) { - device_reprobe(&sdev->sdev_gendev); + return device_reprobe(&sdev->sdev_gendev); } static inline unsigned int sdev_channel(struct scsi_device *sdev)