staging: rtl8712: remove inapplicable comment

Signed-off-by: James A Shackleford <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
James A Shackleford 2014-06-24 22:52:41 -04:00 committed by Greg Kroah-Hartman
parent df353f61af
commit bbcd2d258a
1 changed files with 0 additions and 5 deletions

View 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))