Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp85039pxb; Thu, 30 Sep 2021 01:30:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxXxbywJ2dXNUwY+O4sYos2SuBzh/sFXDkTR46W2qxfudwimDu5BDWoUAqef5NC6iloeguB X-Received: by 2002:a17:907:2167:: with SMTP id rl7mr5098297ejb.523.1632990635692; Thu, 30 Sep 2021 01:30:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632990635; cv=none; d=google.com; s=arc-20160816; b=djov60IMeOwFtfc617EcGK/scZLgNZfeTEaYUm2g6SnuG7PBJRg34VK04PT2vKsIk8 pP1SWMB3A/Zvs4XwUTlPypzFDNgNP4t27Cgj47NHMjgzaa29eOebdvRbGU/yJJDRkhHK Mg1fgZW9Rt1hAwequo91KULRIDMYvCOHRmYNz/MkPI4eXYxGy3hNCY3CMFotmIuNquij 3qdTsM/Tvi4kfa4RFse2gDAev7MG133RJzhZUZGz9yIEaohL9HKRcczDLjo5C1QmLJhi 9JxdNz8MqyaoNAgMhBoe2YcQsQZrZzTnV1px9SZm8DsfvpCZTMAzPOBFHNHuvwhDyQdN hJQA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=UAcUFjj954lSsrX3xL5eyKjBG/4iOOJ9rxgERa20tbE=; b=Rei1xMAuxr5DxYVl9zKrVoXd03pcOxHH0t745/KPAanDglfwt+Bs1Y2AH0gF8MzsEh SWbXuJWh+FByEfIS7t57Lb6aQWRUibnvgEitejqyeuNDcJAhQcgA9nxwt279lOJvmYil MWAUDKb96v72yW5uuMm1+vX4zUh/pnD430s/bFoz1WJsLvgntijMO3zpu6vt2tv/lhDE FhGeyujfL5h30KxdGa/svHccPwZ66TruNqQIpa5dbxXt1rF8eXxEHHe02D66S7MY9ZQs /hZ/odBPN/X+Sxpe6brhGyeiMW8q1UNbErfcrsGmswy77p9nvRnK7qMrPKwZWsCiHrJK ltcA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d10si3137053edm.434.2021.09.30.01.30.11; Thu, 30 Sep 2021 01:30:35 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348371AbhI3Grz (ORCPT + 99 others); Thu, 30 Sep 2021 02:47:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348342AbhI3Grx (ORCPT ); Thu, 30 Sep 2021 02:47:53 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04EE1C06161C for ; Wed, 29 Sep 2021 23:46:10 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 228A11F44937 From: Enric Balletbo i Serra To: Prashant Malani , linux-kernel@vger.kernel.org Cc: Benson Leung , Guenter Roeck Subject: Re: [PATCH] platform/chrome: cros-ec-typec: Cleanup use of check_features Date: Thu, 30 Sep 2021 08:45:56 +0200 Message-Id: <163298432636.3251747.11446717418116580696.b4-ty@collabora.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210923200321.3623222-1-pmalani@chromium.org> References: <20210923200321.3623222-1-pmalani@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 23 Sep 2021 13:03:21 -0700, Prashant Malani wrote: > cros_ec_check_features() now returns a boolean. Remove the double NOT > operator since it's not required anymore. > > No functional changes are expected with this patch. Applied, thanks! [1/1] platform/chrome: cros-ec-typec: Cleanup use of check_features commit: 73eff8602ad10cb55cdb614241b18f3d842abbe1 Best regards, -- Enric Balletbo i Serra