From: James A Shackleford Date: Wed, 25 Jun 2014 02:52:41 +0000 (-0400) Subject: staging: rtl8712: remove inapplicable comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bbcd2d258a0dcc78bf3cc9685775d774208c8060;p=deliverable%2Flinux.git staging: rtl8712: remove inapplicable comment Signed-off-by: James A Shackleford Signed-off-by: Greg Kroah-Hartman --- 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))