commit | 96c706ed1c46470598d785124b2a7fb233b27dab | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oneukum@suse.de> | Thu Mar 15 15:27:17 2007 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 27 13:28:36 2007 -0700 |
tree | e83913e0ad362043b67e163751f8a1abb0c64199 | |
parent | e198a31489146bb723fef179e5d1d18c8225f246 [diff] |
USB: io_edgeport race condition in counters io_edgeport is using a global variable without locking. This is _the_ classical race condition. This patch switches to atomic_t. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>