Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338144
b: refs/heads/master
c: 2a91a6d
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent c2fad14 commit b31c3e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ffba1bc963ca5efe05836232bcf2d44916f0e3e9
refs/heads/master: 2a91a6d1422f6dc3cb27689e18e16b8c98ec1c73
6 changes: 3 additions & 3 deletions trunk/drivers/staging/media/dt3155v4l/dt3155v4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ static const struct v4l2_ioctl_ops dt3155_ioctl_ops = {
*/
};

static int __devinit
static int
dt3155_init_board(struct pci_dev *pdev)
{
struct dt3155_priv *pd = pci_get_drvdata(pdev);
Expand Down Expand Up @@ -836,7 +836,7 @@ struct dma_coherent_mem {
unsigned long *bitmap;
};

static int __devinit
static int
dt3155_alloc_coherent(struct device *dev, size_t size, int flags)
{
struct dma_coherent_mem *mem;
Expand Down Expand Up @@ -891,7 +891,7 @@ dt3155_free_coherent(struct device *dev)
kfree(mem);
}

static int __devinit
static int
dt3155_probe(struct pci_dev *pdev, const struct pci_device_id *id)
{
int err;
Expand Down

0 comments on commit b31c3e6

Please sign in to comment.