|
@@ -2870,7 +2870,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); \
|