diff options
Diffstat (limited to 'drivers/mtd/nand/sh_flctl.c')
-rw-r--r-- | drivers/mtd/nand/sh_flctl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mtd/nand/sh_flctl.c b/drivers/mtd/nand/sh_flctl.c index 4fbfe96e37a1..f48ac5d80bbf 100644 --- a/drivers/mtd/nand/sh_flctl.c +++ b/drivers/mtd/nand/sh_flctl.c | |||
@@ -727,7 +727,9 @@ static void flctl_select_chip(struct mtd_info *mtd, int chipnr) | |||
727 | 727 | ||
728 | if (!flctl->qos_request) { | 728 | if (!flctl->qos_request) { |
729 | ret = dev_pm_qos_add_request(&flctl->pdev->dev, | 729 | ret = dev_pm_qos_add_request(&flctl->pdev->dev, |
730 | &flctl->pm_qos, 100); | 730 | &flctl->pm_qos, |
731 | DEV_PM_QOS_LATENCY, | ||
732 | 100); | ||
731 | if (ret < 0) | 733 | if (ret < 0) |
732 | dev_err(&flctl->pdev->dev, | 734 | dev_err(&flctl->pdev->dev, |
733 | "PM QoS request failed: %d\n", ret); | 735 | "PM QoS request failed: %d\n", ret); |