commit | 84d9d0716b2d5f4a27de4801bd2dbf7aff5e1c38 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Mar 26 14:21:41 2012 +0300 |
committer | Gustavo Padovan <gustavo@padovan.org> | Wed Mar 28 12:02:40 2012 -0300 |
tree | 904a091f877be933498eed2bfbf056f404c3b61a | |
parent | 8d7e1c7f7e5f9fe8f6279752fc33fcb77afd5001 [diff] |
Bluetooth: Don't increment twice in eir_has_data_type() The parsed variable is already incremented inside the for-loop so there no need to increment it again (not to mention that the code was incrementing it the wrong amount). Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo@padovan.org>