Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250738
b: refs/heads/master
c: 4ef7e71
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Dominik Brodowski committed May 11, 2011
1 parent 1402a65 commit c9414f6
Show file tree
Hide file tree
Showing 3 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: 2202a5a7490a9de282846ea8d4a56d0249e09033
refs/heads/master: 4ef7e71444b48cc89152cbc499ed94dde50515ee
2 changes: 1 addition & 1 deletion trunk/sound/pcmcia/pdaudiocf/pdaudiocf.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static int pdacf_resume(struct pcmcia_device *link)
/*
* Module entry points
*/
static struct pcmcia_device_id snd_pdacf_ids[] = {
static const struct pcmcia_device_id snd_pdacf_ids[] = {
/* this is too general PCMCIA_DEVICE_MANF_CARD(0x015d, 0x4c45), */
PCMCIA_DEVICE_PROD_ID12("Core Sound","PDAudio-CF",0x396d19d2,0x71717b49),
PCMCIA_DEVICE_NULL
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/pcmcia/vx/vxpocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ static void vxpocket_detach(struct pcmcia_device *link)
* Module entry points
*/

static struct pcmcia_device_id vxp_ids[] = {
static const struct pcmcia_device_id vxp_ids[] = {
PCMCIA_DEVICE_MANF_CARD(0x01f1, 0x0100),
PCMCIA_DEVICE_NULL
};
Expand Down

0 comments on commit c9414f6

Please sign in to comment.