On 03/17/2016 09:22 PM, Julian Calaby wrote:
From: Geliang Tang <[email protected]>

Use to_delayed_work() instead of open-coding it.

Signed-off-by: Geliang Tang <[email protected]>
[Update commit message]
Signed-off-by: Julian Calaby <[email protected]>

Acked-by: Larry Finger <[email protected]>

Larry

---
  drivers/net/wireless/realtek/rtlwifi/wifi.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/realtek/rtlwifi/wifi.h 
b/drivers/net/wireless/realtek/rtlwifi/wifi.h
index 554d814..edece53 100644
--- a/drivers/net/wireless/realtek/rtlwifi/wifi.h
+++ b/drivers/net/wireless/realtek/rtlwifi/wifi.h
@@ -2867,7 +2867,7 @@ value to host byte ordering.*/
        (ppsc->cur_ps_level |= _ps_flg)

  #define container_of_dwork_rtl(x, y, z) \
-       container_of(container_of(x, struct delayed_work, work), y, z)
+       container_of(to_delayed_work(x), y, z)

  #define FILL_OCTET_STRING(_os, _octet, _len)  \
                (_os).octet = (u8 *)(_octet);           \


--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to