commit | ae0f1e642ea2b59a3efc1e210d07383ba1beb74e | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Tue May 24 12:27:34 2016 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Tue Jun 21 13:22:39 2016 +0200 |
tree | 26364d2e155ce4d8c08654028f5b71dbff2379c2 | |
parent | 16bf8348055fe4615bd08ef50f9874f5dcc10268 [diff] |
scsi/qla2xxx: Remove erroneous unused macro qla82xx_get_temp_val1() That macros uses logical "&&" instead of bit-wise "&" which is apparently wrong. Since the macro is completely unused, simply remove it, so that nobody can accidentially use it anymore. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>