Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186641
b: refs/heads/master
c: 13ac58d
h: refs/heads/master
i:
  186639: a666c0b
v: v3
  • Loading branch information
Németh Márton authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 5e738fc commit 8820cdc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75b16013e29f6058e5bd648e6f4a9c03d262cf4f
refs/heads/master: 13ac58dac0c6b1edeb060102049b07ebceea9a40
2 changes: 1 addition & 1 deletion trunk/drivers/staging/phison/phison.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static int phison_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
return ret;
}

static struct pci_device_id phison_pci_tbl[] = {
static const struct pci_device_id phison_pci_tbl[] = {
{ PCI_VENDOR_ID_PHISON, PCI_DEVICE_ID_PS5000, PCI_ANY_ID, PCI_ANY_ID,
PCI_CLASS_STORAGE_IDE << 8, 0xffff00, 0 },
{ 0, },
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rar/rar_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static void __exit rar_exit_handler(void);
static int __devinit rar_probe(struct pci_dev *pdev,
const struct pci_device_id *ent);

static struct pci_device_id rar_pci_id_tbl[] = {
static const struct pci_device_id rar_pci_id_tbl[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4110) },
{ 0 }
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/sep/sep_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -2587,7 +2587,7 @@ static int __devinit sep_probe(struct pci_dev *pdev, const struct pci_device_id
return error;
}

static struct pci_device_id sep_pci_id_tbl[] = {
static const struct pci_device_id sep_pci_id_tbl[] = {
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x080c)},
{0}
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/sm7xx/smtcfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ static int __init smtcfb_pci_probe(struct pci_dev *pdev,


/* Jason (08/11/2009) PCI_DRV wrapper essential structs */
static struct pci_device_id smtcfb_pci_table[] = {
static const struct pci_device_id smtcfb_pci_table[] = {
{0x126f, 0x710, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{0x126f, 0x712, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{0x126f, 0x720, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vme/bridges/vme_ca91cx42.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static struct mutex vme_int; /*

static char driver_name[] = "vme_ca91cx42";

static struct pci_device_id ca91cx42_ids[] = {
static const struct pci_device_id ca91cx42_ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_TUNDRA, PCI_DEVICE_ID_TUNDRA_CA91C142) },
{ },
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vme/bridges/vme_tsi148.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static struct mutex vme_int; /*

static char driver_name[] = "vme_tsi148";

static struct pci_device_id tsi148_ids[] = {
static const struct pci_device_id tsi148_ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_TUNDRA, PCI_DEVICE_ID_TUNDRA_TSI148) },
{ },
};
Expand Down

0 comments on commit 8820cdc

Please sign in to comment.