Skip to content

Commit 8bf10df

Browse files
Merge branch '6.13/scsi-fixes' into 6.14/scsi-staging
Pull in fixes branch to resolve merge conflict in ufs-qcom.c. Signed-off-by: Martin K. Petersen <[email protected]>
2 parents d102c6d + 3b2f568 commit 8bf10df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+343
-775
lines changed

drivers/message/fusion/mptfc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static const struct scsi_host_template mptfc_driver_template = {
137137
* Supported hardware
138138
*/
139139

140-
static struct pci_device_id mptfc_pci_table[] = {
140+
static const struct pci_device_id mptfc_pci_table[] = {
141141
{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVICEID_FC909,
142142
PCI_ANY_ID, PCI_ANY_ID },
143143
{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVICEID_FC919,

drivers/message/fusion/mptsas.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5377,7 +5377,7 @@ static void mptsas_remove(struct pci_dev *pdev)
53775377
mptscsih_remove(pdev);
53785378
}
53795379

5380-
static struct pci_device_id mptsas_pci_table[] = {
5380+
static const struct pci_device_id mptsas_pci_table[] = {
53815381
{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1064,
53825382
PCI_ANY_ID, PCI_ANY_ID },
53835383
{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_SAS1068,

drivers/message/fusion/mptspi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ static struct spi_function_template mptspi_transport_functions = {
12391239
* Supported hardware
12401240
*/
12411241

1242-
static struct pci_device_id mptspi_pci_table[] = {
1242+
static const struct pci_device_id mptspi_pci_table[] = {
12431243
{ PCI_VENDOR_ID_LSI_LOGIC, MPI_MANUFACTPAGE_DEVID_53C1030,
12441244
PCI_ANY_ID, PCI_ANY_ID },
12451245
{ PCI_VENDOR_ID_ATTO, MPI_MANUFACTPAGE_DEVID_53C1030,

0 commit comments

Comments
 (0)