staging: rtl8712: remove inapplicable comment
authorJames A Shackleford <shack@linux.com>
Wed, 25 Jun 2014 02:52:41 +0000 (22:52 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:33:16 +0000 (20:33 -0400)
Signed-off-by: James A Shackleford <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/osdep_service.h

index f534ec290e9f7cde88ff7b06f03044a2edc1446c..67c53d569be634e7c7518c777bca1e7a097104e3 100644 (file)
@@ -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))
This page took 0.025841 seconds and 5 git commands to generate.