Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86167
b: refs/heads/master
c: c598195
h: refs/heads/master
i:
  86165: 25b58d9
  86163: 6772e01
  86159: f28458e
v: v3
  • Loading branch information
Sam Ravnborg authored and Linus Torvalds committed Feb 22, 2008
1 parent 86b3561 commit 9dc51b9
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: 9e03ad7907bc9c9e60a3ea09579a61ad7f9e59c8
refs/heads/master: c598195a2d32dc5388c636260c16e07ebee9b051
6 changes: 3 additions & 3 deletions trunk/sound/usb/caiaq/caiaq-device.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ int snd_usb_caiaq_set_auto_msg (struct snd_usb_caiaqdev *dev,
tmp, sizeof(tmp));
}

static void setup_card(struct snd_usb_caiaqdev *dev)
static void __devinit setup_card(struct snd_usb_caiaqdev *dev)
{
int ret;
char val[4];
Expand Down Expand Up @@ -359,7 +359,7 @@ static struct snd_card* create_card(struct usb_device* usb_dev)
return card;
}

static int init_card(struct snd_usb_caiaqdev *dev)
static int __devinit init_card(struct snd_usb_caiaqdev *dev)
{
char *c;
struct usb_device *usb_dev = dev->chip.dev;
Expand Down Expand Up @@ -428,7 +428,7 @@ static int init_card(struct snd_usb_caiaqdev *dev)
return 0;
}

static int snd_probe(struct usb_interface *intf,
static int __devinit snd_probe(struct usb_interface *intf,
const struct usb_device_id *id)
{
int ret;
Expand Down

0 comments on commit 9dc51b9

Please sign in to comment.