commit | 273de92c8461776aaac7b32f8d5889a72b38ea10 | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Sat Apr 25 22:28:55 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 06 15:14:42 2009 -0400 |
tree | 9a6b4d78fd3b81e321c2ee507b0e491dbde90baf | |
parent | 90ccda9baccec8223ca5456fbe49adf7264d1543 [diff] |
cfg80211: Remove unnecessary ksize() call This removes an unnecessary ksize() call. krealloc() will do this test internally and won't perform any allocation if the space is already sufficient to hold the data. So remove the redundant check. Signed-off-by: Michael Buesch <mb@bu3sch.de> Reviewed-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>