Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753659AbbG2PYK (ORCPT ); Wed, 29 Jul 2015 11:24:10 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:44453 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752670AbbG2PYH (ORCPT ); Wed, 29 Jul 2015 11:24:07 -0400 Date: Wed, 29 Jul 2015 10:24:04 -0500 From: Felipe Balbi To: Vaishali Thakkar CC: Felipe Balbi , Greg Kroah-Hartman , , Subject: Re: [PATCH] usb: gadget: Convert use of __constant_cpu_to_le16 to cpu_to_le16 Message-ID: <20150729152404.GC32418@saruman.tx.rr.com> Reply-To: References: <20150606013253.GA13918@vaishali-Ideapad-Z570> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WfZ7S8PLGjBY9Voh" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2318 Lines: 62 --WfZ7S8PLGjBY9Voh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 27, 2015 at 11:44:08AM +0530, Vaishali Thakkar wrote: > On Sat, Jun 6, 2015 at 7:02 AM, Vaishali Thakkar = wrote: > > In big endian cases, macro cpu_to_le16 unfolds to __swab16 which > > provides special case for constants. In little endian cases, > > __constant_cpu_to_le16 and cpu_to_le16 expand directly to the > > same expression. So, replace __constant_cpu_to_le16 with > > cpu_to_le16 with the goal of getting rid of the definition of > > __constant_cpu_to_le16 completely. > > > > The semantic patch that performs this transformation is as follows: > > > > @@expression x;@@ > > > > - __constant_cpu_to_le16(x) > > + cpu_to_le16(x) >=20 > Hello >=20 > This is just a friendly reminder. As this patch was sent before almost 50= days > with the aim of removing constant_ definitions completely > and not yet applied, is it missed?? Do I need to resend this patch? you should have received my automated email now. --=20 balbi --WfZ7S8PLGjBY9Voh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJVuPAUAAoJEIaOsuA1yqREGsgP/AgQluIFiyPgMCsmc6FZVZF/ ahyspR76LiLmt4xhf3Fll6xMQfd6vMeDm2IUeJ/vG8AVf7/OKM2Ae6Dnp+dloJB1 vxu8SX2iO07YHUH98QpnhaLqmHGvexVKSJkhiJqtOrqDfBadjOKiBWnlT6NU/x2Q Nff/SK8AlDd+euEm/IUMQHNwtH/5H+7iy6bmDCyHHXukf4AjhaIRg+F2P3pgijLF 58WG3ezK1+DMGtvzK4mrmFv77gCxcovlsZUBrj/6bw4hck3wbfDQf3wmw0rh/GFH 855WL6YkbcHuedowXLhv34+5QgiL+fxB2wAwdzr8Yq0wucFZQYLPbQfJOpFU+GEI hs+cX0xagqUnoIPxgIvxLFhhs/SNKUpz5L2Ygty8fF2fFP/Ed8TpxQBKWJkfo7Ji A/q5Gv8+j9vb55GGVBBukkktaHq25KYpI8xEimPNE2oapOEiAqZfCYwk83NZtVgm LMtEDsdgWWGEKsGkTtJrljNQDc5D2mYn+pJqDP+IMiaMTXN2ksgCEwG+VgMu3STA O0QZEQhwyJq5SqWox6I/dL4mR7cb5ov7Hclmzid7XP13ULBwSbljoxTpNiKU5uBq wmSdjPVq6JEKoCwopwQULO6+8q79TtUdlYDo9yGo5mjMMW7T9V4ysWGcv1GdMnYd jX7qCcLu+5Ne39tGigj+ =9a5m -----END PGP SIGNATURE----- --WfZ7S8PLGjBY9Voh-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/