Files
scst/qla2x00t-32gbit
Gleb Chesnokov 3dad1e957d scst: Unbreak the build for kernel versions <= 6.3
The previous series of patches introduced the use of a const pointer to
scsi_host_template. However, scsi_host_alloc() uses a non-const pointer
prior to kernel version 6.4, causing the build to throw the following
error:

    passing argument 1 of ‘scsi_host_alloc’ discards ‘const’
    qualifier from pointer target type

Hence, cast away the constness to resolve the error.
2023-05-02 23:14:06 +03:00
..
2020-12-20 02:07:40 +00:00
2021-11-03 14:27:57 +00:00
2023-03-12 13:24:07 +03:00