Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7af74473 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mtd: msm_qpic_nand: Disable Pagescope on sdxprairie"

parents 6bc48676 5cc17e2c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
/*
 * Copyright (C) 2007 Google, Inc.
 * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -4640,7 +4640,6 @@ static int msm_nand_probe(struct platform_device *pdev)
	}
	info->nand_chip.qpic_version = qpic_version.qpic_major;
	if (info->nand_chip.qpic_version >= 2) {
		info->nand_chip.caps = MSM_NAND_CAP_PAGE_SCOPE_READ;
		mutex_lock(&info->lock);
		err = msm_nand_get_device(info->nand_chip.dev);
		if (err) {