From mboxrd@z Thu Jan 1 00:00:00 1970 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 8B05DC77B7A for ; Tue, 6 Jun 2023 06:47:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235300AbjFFGrf (ORCPT ); Tue, 6 Jun 2023 02:47:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232496AbjFFGre (ORCPT ); Tue, 6 Jun 2023 02:47:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 90A7893; Mon, 5 Jun 2023 23:47:33 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2CB1960F24; Tue, 6 Jun 2023 06:47:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AA9BC433D2; Tue, 6 Jun 2023 06:47:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1686034052; bh=GRbRZYn1eFW4uhI9/dNf+cymOZr1vvX3z+5ugbmHYcE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NLj/4mY3lpdev0UV+o/6FrGhhELV4RSc644zSZS0U4zccRDAoKPqcee1xeAYnbdLT qnd7E4jzmzJyGV7/H8toFy9PgGgGMj5qz+7qJqyizOManFlWl5Dt5YNy5SoHOx61zn BeK4drSBfSDPnnhLETwiwfOLDAUr7z3ns6kQL1r8= Date: Tue, 6 Jun 2023 08:47:29 +0200 From: Greg Kroah-Hartman To: Pavan Holla Cc: Heikki Krogerus , bleung@chromium.org, pmalani@chromium.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: typec: Fix fast_role_swap_current show function Message-ID: <2023060611-coach-entitle-d4e4@gregkh> References: <20230605204010.2239676-1-pholla@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230605204010.2239676-1-pholla@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Mon, Jun 05, 2023 at 08:40:09PM +0000, Pavan Holla wrote: > The current implementation mistakenly performs a & operation on > the output of sysfs_emit. This patch performs the & operation before > calling sysfs_emit. > > Series-to: LKML What is this line for? What commit id does this fix? thanks, greg k-h