From patchwork Wed Jun 7 19:33:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavan Holla X-Patchwork-Id: 690474 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2577CC77B7A for ; Wed, 7 Jun 2023 19:33:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230337AbjFGTdr (ORCPT ); Wed, 7 Jun 2023 15:33:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230221AbjFGTdo (ORCPT ); Wed, 7 Jun 2023 15:33:44 -0400 Received: from mail-pl1-x636.google.com (mail-pl1-x636.google.com [IPv6:2607:f8b0:4864:20::636]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B21A21FFA for ; Wed, 7 Jun 2023 12:33:39 -0700 (PDT) Received: by mail-pl1-x636.google.com with SMTP id d9443c01a7336-1b24ff03400so5297155ad.3 for ; Wed, 07 Jun 2023 12:33:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1686166419; x=1688758419; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=cJRf/E/pDX9mASkaBIZudG9noZ/G953gn9Y8AxnVnnU=; b=XoEFFTCHaGMKYPmH3BCRE3AliyixuhyfIRkMh4EEkqMJYMjVj5uO9kWRGMSqNVpPsR jHo8eebc0bYZGkzKv8HjV1uC1aNwUEYYuJlNB0/jQdEkWLx3Uu3METT6UOmrI2ulcesq x3gRDj0ui96/HefepOusXsSUZZedB1i/QxdN4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686166419; x=1688758419; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cJRf/E/pDX9mASkaBIZudG9noZ/G953gn9Y8AxnVnnU=; b=N3u1VF0mRlBrqW4IH7VS9LHyzqDjjga7adquVr2bjrivjc+5amr3N4TY3PHLiSfjDa XcwHCe5o49slrl1OJnCDJMwuh3s5bY0BcGE2RyhlbL7u8SaLUg5t6/HJ3wG4/O0samdw Dh97GmgVwaAZkAQGQc3eIMcGfrx51uUp0dq1tCXbEXA3LHZyDr+AL0/C1W9feLWgUFc7 OIoAjG/izhs4quLEg/lcFIZXce+9VMiJUYzuga9TIRVYo/ZbAKNKvsPue3Zrz6Uw0MpI i94MEnMaYWi/ANMpNLvWKLAbodsUiae7KJpycTfxNjpk+7gmksaLQ234U+UjdlOo69Wh NFkw== X-Gm-Message-State: AC+VfDwtYaK/7iGGTm9iI3rcfiyos3Fs2ZggIxYVru93/jE1GG74GBsh KulsVGcCfZE+HyTnlRKf7by+DQ== X-Google-Smtp-Source: ACHHUZ6snpK2J7S2OoJG69I0rKP8yod7RV1OY8FxAc7b9rhUKsoFXPtWp91+eZnph8l4Iezj0KBYFg== X-Received: by 2002:a17:902:bcc6:b0:1a1:a800:96a7 with SMTP id o6-20020a170902bcc600b001a1a80096a7mr2919103pls.8.1686166419191; Wed, 07 Jun 2023 12:33:39 -0700 (PDT) Received: from localhost (139.11.82.34.bc.googleusercontent.com. [34.82.11.139]) by smtp.gmail.com with UTF8SMTPSA id p5-20020a170902eac500b001b03a1a3151sm10859823pld.70.2023.06.07.12.33.38 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 07 Jun 2023 12:33:38 -0700 (PDT) From: Pavan Holla To: Heikki Krogerus , Greg Kroah-Hartman Cc: bleung@chromium.org, pmalani@chromium.org, Pavan Holla , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] usb: typec: Fix fast_role_swap_current show function Date: Wed, 7 Jun 2023 19:33:26 +0000 Message-ID: <20230607193328.3359487-1-pholla@chromium.org> X-Mailer: git-send-email 2.41.0.rc0.172.g3f132b7071-goog In-Reply-To: <2023060611-coach-entitle-d4e4@gregkh> References: <2023060611-coach-entitle-d4e4@gregkh> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org The current implementation mistakenly performs a & operation on the output of sysfs_emit. This patch performs the & operation before calling sysfs_emit. Fixes: 662a60102c12 ("usb: typec: Separate USB Power Delivery from USB Type-C") Reported-by: Benson Leung Signed-off-by: Pavan Holla Reviewed-by: Benson Leung Reviewed-by: Prashant Malani --- drivers/usb/typec/pd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/typec/pd.c b/drivers/usb/typec/pd.c index 0bcde1ff4d39..8cc66e4467c4 100644 --- a/drivers/usb/typec/pd.c +++ b/drivers/usb/typec/pd.c @@ -95,7 +95,7 @@ peak_current_show(struct device *dev, struct device_attribute *attr, char *buf) static ssize_t fast_role_swap_current_show(struct device *dev, struct device_attribute *attr, char *buf) { - return sysfs_emit(buf, "%u\n", to_pdo(dev)->pdo >> PDO_FIXED_FRS_CURR_SHIFT) & 3; + return sysfs_emit(buf, "%u\n", (to_pdo(dev)->pdo >> PDO_FIXED_FRS_CURR_SHIFT) & 3); } static DEVICE_ATTR_RO(fast_role_swap_current);