X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fscsi%2Fscsi_sysfs.c;h=a6fde52946d68d1f2c5f943b2380185dc71c34c7;hb=0c50527379496bb7a662f181d0baf0bf2c7a88a6;hp=89055494dfee3f86a2b6ae3d7db82eab42c8cff9;hpb=d04ef3a795b3b7b376a02713ed5e211e9ae1f917;p=linux-2.6-omap-h63xx.git diff --git a/drivers/scsi/scsi_sysfs.c b/drivers/scsi/scsi_sysfs.c index 89055494dfe..a6fde52946d 100644 --- a/drivers/scsi/scsi_sysfs.c +++ b/drivers/scsi/scsi_sysfs.c @@ -286,7 +286,7 @@ static int scsi_bus_suspend(struct device * dev, pm_message_t state) return err; if (sht->suspend) - err = sht->suspend(sdev); + err = sht->suspend(sdev, state); return err; }