]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
memstick: rtsx_usb_ms: Runtime resume the device when polling for cards
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 26 Sep 2016 22:45:41 +0000 (15:45 -0700)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 17 Oct 2016 13:43:04 +0000 (15:43 +0200)
commit796aa46adf1d90eab36ae06a42e6d3f10b28a75c
tree911f0f6a073f4812edbe3e3208f52b329e3d690d
parent4f48aa7a11bfed9502a7c85a5b68cd40ea827f73
memstick: rtsx_usb_ms: Runtime resume the device when polling for cards

Accesses to the rtsx usb device, which is the parent of the rtsx memstick
device, must not be done unless it's runtime resumed.

Therefore when the rtsx_usb_ms driver polls for inserted memstick cards,
let's add pm_runtime_get|put*() to make sure accesses is done when the
rtsx usb device is runtime resumed.

Reported-by: Ritesh Raj Sarraf <rrs@researchut.com>
Tested-by: Ritesh Raj Sarraf <rrs@researchut.com>
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: <stable@vger.kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/memstick/host/rtsx_usb_ms.c