From: Pekka Enberg Date: Sun, 19 Sep 2010 10:04:21 +0000 (+0300) Subject: staging: w35und: Add locking problems to TODO list X-Git-Tag: v2.6.37-rc1~60^2~3^2~500 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0fe212f7e3347c7d146258c9bc893bfd118df71e;p=~emulex%2Finfiniband.git staging: w35und: Add locking problems to TODO list The w35und uses atomics such as "ThreadCount" and "FireCount" to emulate locking in the TX paths, for example. Document this bug in the TODO list. Cc: Lars Lindley Cc: Pavel Machek Cc: Ruslan Pisarev Signed-off-by: Pekka Enberg Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/winbond/TODO b/drivers/staging/winbond/TODO index 43bee56a7df..b4c592a9684 100644 --- a/drivers/staging/winbond/TODO +++ b/drivers/staging/winbond/TODO @@ -6,6 +6,7 @@ TODO: - remove unused ioctls - use cfg80211 for regulatory stuff - fix 4k stack problems + - fix locking problems (it's done using atomics...) Please send patches to Greg Kroah-Hartman and Pavel Machek