diff options
author | James A Shackleford <shack@linux.com> | 2014-06-24 22:52:41 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-06-26 20:33:16 -0400 |
commit | bbcd2d258a0dcc78bf3cc9685775d774208c8060 (patch) | |
tree | 9fcea1fe7cc108d420238072f673fddc0f681044 /drivers/staging | |
parent | df353f61afb917ff66b2e784b0ffb85d0ebb29a4 (diff) | |
download | blackbird-obmc-linux-bbcd2d258a0dcc78bf3cc9685775d774208c8060.tar.gz blackbird-obmc-linux-bbcd2d258a0dcc78bf3cc9685775d774208c8060.zip |
staging: rtl8712: remove inapplicable comment
Signed-off-by: James A Shackleford <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/rtl8712/osdep_service.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/rtl8712/osdep_service.h b/drivers/staging/rtl8712/osdep_service.h index f534ec290e9f..67c53d569be6 100644 --- a/drivers/staging/rtl8712/osdep_service.h +++ b/drivers/staging/rtl8712/osdep_service.h @@ -95,11 +95,6 @@ static inline void _set_workitem(_workitem *pwork) #define BIT(x) (1 << (x)) #endif -/* -For the following list_xxx operations, -caller must guarantee the atomic context. -Otherwise, there will be racing condition. -*/ static inline u32 _down_sema(struct semaphore *sema) { if (down_interruptible(sema)) |