commit | 6603c5844a44fc58f0a3c9cbb57b35b75d7d86be | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Mar 30 20:14:22 2019 +0000 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Apr 04 13:14:47 2019 +0300 |
tree | 3f43c9d2bc95e508ea3d224a1a71bd701abaa3dc | |
parent | d825db346270dbceef83b7b750dbc29f1d7dcc0e [diff] |
iwlegacy: remove redundant assignment to *res Currently 1 is being assigned to *res and then it is immediately updated with the computed result. The first assignment is redundant and can be removed. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>