Loading arch/powerpc/perf/hv-24x7.c +1 −1 Original line number Diff line number Diff line Loading @@ -362,7 +362,7 @@ static int h_24x7_event_init(struct perf_event *event) /* PHYSICAL domains & other lpars require extra capabilities */ if (!caps.collect_privileged && (is_physical_domain(domain) || (event_get_lpar(event) != event_get_lpar_max()))) { pr_devel("hv permisions disallow: is_physical_domain:%d, lpar=0x%llx\n", pr_devel("hv permissions disallow: is_physical_domain:%d, lpar=0x%llx\n", is_physical_domain(domain), event_get_lpar(event)); return -EACCES; Loading drivers/mfd/si476x-i2c.c +1 −1 Original line number Diff line number Diff line Loading @@ -766,7 +766,7 @@ static int si476x_core_probe(struct i2c_client *client, sizeof(struct v4l2_rds_data), GFP_KERNEL); if (rval) { dev_err(&client->dev, "Could not alloate the FIFO\n"); dev_err(&client->dev, "Could not allocate the FIFO\n"); goto free_gpio; } mutex_init(&core->rds_drainer_status_lock); Loading drivers/mmc/core/mmc.c +2 −2 Original line number Diff line number Diff line Loading @@ -1816,7 +1816,7 @@ static int mmc_runtime_suspend(struct mmc_host *host) err = _mmc_suspend(host, true); if (err) pr_err("%s: error %d doing aggessive suspend\n", pr_err("%s: error %d doing aggressive suspend\n", mmc_hostname(host), err); return err; Loading @@ -1834,7 +1834,7 @@ static int mmc_runtime_resume(struct mmc_host *host) err = _mmc_resume(host); if (err) pr_err("%s: error %d doing aggessive resume\n", pr_err("%s: error %d doing aggressive resume\n", mmc_hostname(host), err); return 0; Loading drivers/mmc/core/sd.c +2 −2 Original line number Diff line number Diff line Loading @@ -1156,7 +1156,7 @@ static int mmc_sd_runtime_suspend(struct mmc_host *host) err = _mmc_sd_suspend(host); if (err) pr_err("%s: error %d doing aggessive suspend\n", pr_err("%s: error %d doing aggressive suspend\n", mmc_hostname(host), err); return err; Loading @@ -1174,7 +1174,7 @@ static int mmc_sd_runtime_resume(struct mmc_host *host) err = _mmc_sd_resume(host); if (err) pr_err("%s: error %d doing aggessive resume\n", pr_err("%s: error %d doing aggressive resume\n", mmc_hostname(host), err); return 0; Loading drivers/mtd/nand/gpmi-nand/gpmi-lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -1105,7 +1105,7 @@ int gpmi_is_ready(struct gpmi_nand_data *this, unsigned chip) mask = MX28_BF_GPMI_STAT_READY_BUSY(1 << chip); reg = readl(r->gpmi_regs + HW_GPMI_STAT); } else dev_err(this->dev, "unknow arch.\n"); dev_err(this->dev, "unknown arch.\n"); return reg & mask; } Loading Loading
arch/powerpc/perf/hv-24x7.c +1 −1 Original line number Diff line number Diff line Loading @@ -362,7 +362,7 @@ static int h_24x7_event_init(struct perf_event *event) /* PHYSICAL domains & other lpars require extra capabilities */ if (!caps.collect_privileged && (is_physical_domain(domain) || (event_get_lpar(event) != event_get_lpar_max()))) { pr_devel("hv permisions disallow: is_physical_domain:%d, lpar=0x%llx\n", pr_devel("hv permissions disallow: is_physical_domain:%d, lpar=0x%llx\n", is_physical_domain(domain), event_get_lpar(event)); return -EACCES; Loading
drivers/mfd/si476x-i2c.c +1 −1 Original line number Diff line number Diff line Loading @@ -766,7 +766,7 @@ static int si476x_core_probe(struct i2c_client *client, sizeof(struct v4l2_rds_data), GFP_KERNEL); if (rval) { dev_err(&client->dev, "Could not alloate the FIFO\n"); dev_err(&client->dev, "Could not allocate the FIFO\n"); goto free_gpio; } mutex_init(&core->rds_drainer_status_lock); Loading
drivers/mmc/core/mmc.c +2 −2 Original line number Diff line number Diff line Loading @@ -1816,7 +1816,7 @@ static int mmc_runtime_suspend(struct mmc_host *host) err = _mmc_suspend(host, true); if (err) pr_err("%s: error %d doing aggessive suspend\n", pr_err("%s: error %d doing aggressive suspend\n", mmc_hostname(host), err); return err; Loading @@ -1834,7 +1834,7 @@ static int mmc_runtime_resume(struct mmc_host *host) err = _mmc_resume(host); if (err) pr_err("%s: error %d doing aggessive resume\n", pr_err("%s: error %d doing aggressive resume\n", mmc_hostname(host), err); return 0; Loading
drivers/mmc/core/sd.c +2 −2 Original line number Diff line number Diff line Loading @@ -1156,7 +1156,7 @@ static int mmc_sd_runtime_suspend(struct mmc_host *host) err = _mmc_sd_suspend(host); if (err) pr_err("%s: error %d doing aggessive suspend\n", pr_err("%s: error %d doing aggressive suspend\n", mmc_hostname(host), err); return err; Loading @@ -1174,7 +1174,7 @@ static int mmc_sd_runtime_resume(struct mmc_host *host) err = _mmc_sd_resume(host); if (err) pr_err("%s: error %d doing aggessive resume\n", pr_err("%s: error %d doing aggressive resume\n", mmc_hostname(host), err); return 0; Loading
drivers/mtd/nand/gpmi-nand/gpmi-lib.c +1 −1 Original line number Diff line number Diff line Loading @@ -1105,7 +1105,7 @@ int gpmi_is_ready(struct gpmi_nand_data *this, unsigned chip) mask = MX28_BF_GPMI_STAT_READY_BUSY(1 << chip); reg = readl(r->gpmi_regs + HW_GPMI_STAT); } else dev_err(this->dev, "unknow arch.\n"); dev_err(this->dev, "unknown arch.\n"); return reg & mask; } Loading