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

Commit e85a3cbb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "crypto: ice: Remove redundant checks"

parents 2b487d26 c1ab2e8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1432,7 +1432,7 @@ static int qcom_ice_config_start(struct platform_device *pdev,
	int ret = 0;
	bool is_pfe = false;

	if (!pdev || !req || !setting) {
	if (!pdev || !req) {
		pr_err("%s: Invalid params passed\n", __func__);
		return -EINVAL;
	}