Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68939
b: refs/heads/master
c: 13ba9bc
h: refs/heads/master
i:
  68937: 21e5ea6
  68935: a8b5e97
v: v3
  • Loading branch information
Kay Sievers authored and James Bottomley committed Oct 12, 2007
1 parent bfb774f commit 5d756d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8c8fdc591057956c2ecbba1371a48b8857fe6d9d
refs/heads/master: 13ba9bcbfd6741e4c01ac5a505888b7b3a6d99da
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ void scsi_sysfs_device_initialize(struct scsi_device *sdev)

int scsi_is_sdev_device(const struct device *dev)
{
return dev->release == scsi_device_dev_release;
return dev->type == &scsi_dev_type;
}
EXPORT_SYMBOL(scsi_is_sdev_device);

Expand Down

0 comments on commit 5d756d0

Please sign in to comment.