scsi/qla2xxx: Remove erroneous unused macro qla82xx_get_temp_val1()
authorThomas Huth <thuth@redhat.com>
Tue, 24 May 2016 10:27:34 +0000 (12:27 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 21 Jun 2016 11:22:39 +0000 (13:22 +0200)
commitae0f1e642ea2b59a3efc1e210d07383ba1beb74e
tree26364d2e155ce4d8c08654028f5b71dbff2379c2
parent16bf8348055fe4615bd08ef50f9874f5dcc10268
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>
drivers/scsi/qla2xxx/qla_nx.h
This page took 0.027076 seconds and 5 git commands to generate.