Commit bbcd2d25 authored by James A Shackleford's avatar James A Shackleford Committed by Greg Kroah-Hartman
Browse files

staging: rtl8712: remove inapplicable comment

parent df353f61
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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))