Re: [PATCH] iwlwifi: Deinline iwl_{read,write}{8,32}
From: Emmanuel Grumbach <hidden>
Date: 2015-08-24 09:53:04
Also in:
lkml
From: Emmanuel Grumbach <hidden>
Date: 2015-08-24 09:53:04
Also in:
lkml
quoted
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.