From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932940AbbHXJxE (ORCPT ); Mon, 24 Aug 2015 05:53:04 -0400 Received: from mail-lb0-f175.google.com ([209.85.217.175]:34073 "EHLO mail-lb0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932427AbbHXJxC (ORCPT ); Mon, 24 Aug 2015 05:53:02 -0400 MIME-Version: 1.0 In-Reply-To: <55C7AC1D.7050602@redhat.com> References: <1436876558-6674-1-git-send-email-dvlasenk@redhat.com> <55A502B6.5090806@cogentembedded.com> <55C7AC1D.7050602@redhat.com> Date: Mon, 24 Aug 2015 12:53:00 +0300 Message-ID: Subject: Re: [PATCH] iwlwifi: Deinline iwl_{read,write}{8,32} From: Emmanuel Grumbach To: Denys Vlasenko Cc: Denys Vlasenko , Sergei Shtylyov , Emmanuel Grumbach , Johannes Berg , "John W. Linville" , Intel Linux Wireless , linux-wireless , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > > > I'll try to come up with a patch that is easier for me to read, but I > > am really busy right now. Ping me in a week if you have heard from me > > earlier. > > So how it is going with this patch? > > In hindsight, I would use a different name for the macro parameter here: > > #define IWL_READ_WRITE(static_inline) \ > +static_inline void iwl_write8(...) > > "static_inline" proved to be confusing. > Maybe perform s/static_inline/func_qualifier/ on the patch... > In the end, I un-inlined these functions unconditionally. It won't make it for 4.3 though.