[SCSI] sd: use REQ_PM in sd's runtime suspend operation
authorLin Ming <ming.m.lin@intel.com>
Sat, 23 Mar 2013 03:42:25 +0000 (11:42 +0800)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 6 May 2013 19:48:17 +0000 (12:48 -0700)
With the introduction of REQ_PM, modify sd's runtime suspend operation
functions to use that flag so that the operations to put the device into
runtime suspended state(i.e. sync cache and stop device) will not affect
its runtime PM status.

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found