+1
−0
+1
−0
drivers/scsi/linkdata/Kconfig
0 → 100644
+1
−0
Loading
Merge Pull Request from: @liujie-answer Linkdata inclusion category: feature bugzilla: #IBD4T8 This commit is to support Linkdata 3260/2230 series HBA/RAID controllers. HBA/RAID support SAS/SATA HDD/SSD NVME SSD. The reason for the Checkpatch warning is that the use of volatile is not recommended. ps3stor uses volatile to explain the following: 1.Variables that interact with hardware registers are modified with volatile; 2.Refer to the kernel test_and_set_bit function writing method, setBitNonAtomic, clearBitNonAtomic and testBitNonAtomic function parameters are modified with volatile. Signed-off-by:jie liu <liujie5@linkdatatechnology.com> Reviewed-by:
jie liu <liujie5@linkdatatechnology.com> Link:https://gitee.com/openeuler/kernel/pulls/14287 Reviewed-by:
Liu Chao <liuchao173@huawei.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>