Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38949
b: refs/heads/master
c: 8350a34
h: refs/heads/master
i:
  38947: fce2498
v: v3
  • Loading branch information
Andrew Morton authored and James Bottomley committed Sep 27, 2006
1 parent 0210e4f commit 8288161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a2a65a3ecb54ecd1a8f0409f11cb82ae083c6964
refs/heads/master: 8350a348e97c2f8aa3e91c025c0e040c90146414
4 changes: 2 additions & 2 deletions trunk/include/scsi/scsi_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8288161

Please sign in to comment.