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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3CB67C56202 for ; Wed, 25 Nov 2020 19:13:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C3A23207BC for ; Wed, 25 Nov 2020 19:13:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="iW5Kt3/h" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726342AbgKYTNH (ORCPT ); Wed, 25 Nov 2020 14:13:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:40538 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725845AbgKYTNH (ORCPT ); Wed, 25 Nov 2020 14:13:07 -0500 Received: from localhost (82-217-20-185.cable.dynamic.v4.ziggo.nl [82.217.20.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DF932204EF; Wed, 25 Nov 2020 19:13:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1606331586; bh=hPsrYkdK0RL8/DPLg8udPJm58J/2DfMMVKBXCJDcKEg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iW5Kt3/hTtlLbEoKd7KhQmyJZQ7Hd1p7oy+IgaEz2wDwHYGUaeZBVZAxBg+Uh13CD t6bU1I4ed2FCtVRtPCwbPeyNMSSeQNhoOEsuYWW4RxyKKZ/5RqSlhVxHsURoPsQG4J OaS2QFDFjMPmsjJDkDYh/NpePvkdLxE2wU9QVa0Q= Date: Wed, 25 Nov 2020 20:13:02 +0100 From: Greg Kroah-Hartman To: Brian O'Keefe Cc: Ulf Hansson , linux-mmc@vger.kernel.org, linux-wireless@vger.kernel.org, Arend Van Spriel , Hans de Goede , Larry Finger Subject: Re: [PATCH 1/2] mmc: sdio: Move SDIO IDs from rtl8723bs, driver to common include file Message-ID: References: <16529bfd-0308-5da9-f7ce-4ffa9f77b4d0@alum.wpi.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org On Wed, Nov 25, 2020 at 01:33:00PM -0500, Brian O'Keefe wrote: > Macro names were derived from the Windows driver, as that was the best > available source. Why move these? What does this help with?