freebsd-dev/sys/dev/ocs_fc
Dimitry Andric 8d9e292846 Fix unused variable warning in ocs_cam.c
With clang 15, the following -Werror warning is produced:

    sys/dev/ocs_fc/ocs_cam.c:2556:11: error: variable 'count' set but not used [-Werror,-Wunused-but-set-variable]
            uint32_t        count;
                            ^

The 'count' variable seems to be a left-over from some debugging code
that no longer exists, and can be removed without any functional change.

MFC after:	3 days
2022-07-21 19:36:12 +02:00
..
ocs_cam.c Fix unused variable warning in ocs_cam.c 2022-07-21 19:36:12 +02:00
ocs_cam.h
ocs_common.h
ocs_ddump.c
ocs_ddump.h
ocs_device.c
ocs_device.h ocs_fc: Increase maximum supported SG elements to support larger transfer sizes. 2021-09-30 13:01:16 +05:30
ocs_domain.c
ocs_domain.h
ocs_drv_fc.h
ocs_els.c
ocs_els.h
ocs_fabric.c ocs_fc: Ignore flogi failure when the remote node is pt2pt winner 2022-03-04 20:23:38 +05:30
ocs_fabric.h
ocs_fcp.h
ocs_gendump.c
ocs_gendump.h
ocs_hw_queues.c
ocs_hw_queues.h
ocs_hw.c ocs_fc: Support persistent topology feature 2022-03-04 10:19:03 +05:30
ocs_hw.h ocs_fc: Support persistent topology feature 2022-03-04 10:19:03 +05:30
ocs_io.c
ocs_io.h
ocs_ioctl.c ocs_fc: Support persistent topology feature 2022-03-04 10:19:03 +05:30
ocs_ioctl.h ocs_fc: Remove unused function delarations. 2021-12-07 14:14:38 +05:30
ocs_list.h ocs_fc(4): Fix a typo in a source code comment 2022-04-02 14:28:30 +02:00
ocs_mgmt.c ocs_fc: Support persistent topology feature 2022-03-04 10:19:03 +05:30
ocs_mgmt.h
ocs_node.c
ocs_node.h
ocs_os.c stack_zero is not needed before stack_save 2022-03-25 20:10:38 -05:00
ocs_os.h ocs_fs: Fix two typos in source code comments 2021-11-03 17:17:51 +01:00
ocs_pci.c ocs_fc: Remove unused devclass argument to DRIVER_MODULE. 2022-05-06 15:46:55 -07:00
ocs_scsi.c ocs_fc: Populate subvendor and subdevice ids. 2021-12-21 12:41:51 +05:30
ocs_scsi.h
ocs_sm.c
ocs_sm.h
ocs_sport.c
ocs_sport.h
ocs_stats.h
ocs_unsol.c ocs_fc: Do not respond to unsolicited NOP BLS command. 2022-03-04 10:19:03 +05:30
ocs_unsol.h
ocs_utils.c
ocs_utils.h
ocs_vpd.h
ocs_xport.c ocs: Remove unused variable. 2022-04-07 17:01:27 -07:00
ocs_xport.h
ocs.h ocs_fc: Fix device lost timer where device is not getting deleted. 2021-09-30 13:01:17 +05:30
sli4.c ocs_fc: Support persistent topology feature 2022-03-04 10:19:03 +05:30
sli4.h ocs_fc: Support persistent topology feature 2022-03-04 10:19:03 +05:30
version.h