From 3213cffd571d1c7d334ceed34db05889e70a2137 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sat, 30 Sep 2006 21:23:44 -0400 Subject: [PATCH] --- yaml --- r: 37596 b: refs/heads/master c: cb5d9e0948122dd8b808550574d95bd60674ba3b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/scsi/scsi_device.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)