Files
scst/qla2x00t
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
..
2018-01-13 03:31:26 +00:00
2020-07-19 01:18:24 +00:00
2020-12-20 02:07:40 +00:00
2021-11-03 14:27:57 +00:00
2018-04-12 03:49:10 +00:00
2020-08-02 21:22:13 +00:00