commit | 86baf712295a00d664da8566186b67041c89b15b | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Sat Feb 27 09:12:34 2010 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Mar 02 14:28:49 2010 -0500 |
tree | 1c9fca9c5633e552aaf3f2b9acc26f5e21d12592 | |
parent | 3082a2b7b1af1b1508c1c3fa589566064f926f40 [diff] |
zd1211rw: fix potential array underflow The first chunk fixes a debugging assert to print a warning about array underflows. The second chunk corrects a potential array underflow. I also removed an assert in the second chunk because it can no longer happen. Signed-off-by: Dan Carpenter <error27@gmail.com> Acked-by: Benoit Papillault <benoit.papillault@free.fr> Signed-off-by: John W. Linville <linville@tuxdriver.com>