diff options
| author | Dan Carpenter <error27@gmail.com> | 2010-11-12 08:11:13 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-11-16 23:25:53 +0300 |
| commit | 832855354b5863d141ecfc563e78063978c6f29f (patch) | |
| tree | 4bf9d9552daa9ffc98b3368a95a727b125b0c24f /tools/perf/scripts/python | |
| parent | f36d83a8cb7224f45fdfa1129a616dff56479a09 (diff) | |
| download | linux-832855354b5863d141ecfc563e78063978c6f29f.tar.xz | |
Staging: rtl8712: signedness bug in init
PollingCnt is 20 and that means we loop 20 times and then run the
timeout code. After the end of the loop PollingCnt should be -1 but
because it's an unsigned char, it's actually 255 and the timeout
code never runs.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
