aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/sh_flctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/nand/sh_flctl.c')
-rw-r--r--drivers/mtd/nand/sh_flctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/sh_flctl.c b/drivers/mtd/nand/sh_flctl.c
index d72783dd7b96..c0670237e7a2 100644
--- a/drivers/mtd/nand/sh_flctl.c
+++ b/drivers/mtd/nand/sh_flctl.c
@@ -897,7 +897,7 @@ static void flctl_select_chip(struct mtd_info *mtd, int chipnr)
897 if (!flctl->qos_request) { 897 if (!flctl->qos_request) {
898 ret = dev_pm_qos_add_request(&flctl->pdev->dev, 898 ret = dev_pm_qos_add_request(&flctl->pdev->dev,
899 &flctl->pm_qos, 899 &flctl->pm_qos,
900 DEV_PM_QOS_LATENCY, 900 DEV_PM_QOS_RESUME_LATENCY,
901 100); 901 100);
902 if (ret < 0) 902 if (ret < 0)
903 dev_err(&flctl->pdev->dev, 903 dev_err(&flctl->pdev->dev,