Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37596
b: refs/heads/master
c: cb5d9e0
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 1, 2006
1 parent a7e452d commit 3213cff
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: cfae35804bcb909225d6f4eb5bd29e25971614d8
refs/heads/master: cb5d9e0948122dd8b808550574d95bd60674ba3b
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 3213cff

Please sign in to comment.