Thread (4 messages) 4 messages, 4 authors, 2015-07-15

Re: [PATCH] iwlwifi: Deinline iwl_{read,write}{8,32}

From: Denys Vlasenko <hidden>
Date: 2015-07-14 12:42:16
Also in: linux-wireless, lkml

On Tue, Jul 14, 2015 at 2:38 PM, Sergei Shtylyov
[off-list ref] wrote:
quoted
+#define IWL_READ_WRITE(static_inline) \
+static_inline void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val) \
+{ \
+       trace_iwlwifi_dev_iowrite8(trans->dev, ofs, val); \
+       iwl_trans_write8(trans, ofs, val); \
+} \
[...]
quoted
+#if !defined(CONFIG_IWLWIFI_DEVICE_TRACING)
+IWL_READ_WRITE(static inline)
   Not static_inline?
Yes. Here we are putting two words, "static inline", in front of every
function definition.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help