Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338108
b: refs/heads/master
c: a1179b2
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent dac7c83 commit c16cd28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 89f6883c70245323215b9e5786964621e4484382
refs/heads/master: a1179b20ed939792635aacefcbc676d089a9ae2d
4 changes: 2 additions & 2 deletions trunk/drivers/staging/vt6655/device_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ static const struct net_device_ops device_netdev_ops = {
.ndo_set_rx_mode = device_set_multi,
};

static int __devinit
static int
vt6655_probe(struct pci_dev *pcid, const struct pci_device_id *ent)
{
static bool bFirst = true;
Expand Down Expand Up @@ -1099,7 +1099,7 @@ static void device_print_info(PSDevice pDevice)

}

static void __devinit vt6655_init_info(struct pci_dev* pcid, PSDevice* ppDevice,
static void vt6655_init_info(struct pci_dev* pcid, PSDevice* ppDevice,
PCHIP_INFO pChip_info) {

PSDevice p;
Expand Down

0 comments on commit c16cd28

Please sign in to comment.