diff options
| author | Takashi Iwai <[email protected]> | 2011-07-22 06:43:24 +0000 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2011-07-22 06:43:24 +0000 |
| commit | 7d339ae99758bc21033d4a19bcd4f7b55f96e24e (patch) | |
| tree | a5bb46e47f7c4ae193cdf1a73c361144d6099df8 /sound/pci/oxygen/oxygen.c | |
| parent | Merge branch 'topic/asoc' into for-linus (diff) | |
| parent | ALSA: asihpi - Replace with snd_ctl_boolean_mono_info() (diff) | |
| download | kernel-7d339ae99758bc21033d4a19bcd4f7b55f96e24e.tar.gz kernel-7d339ae99758bc21033d4a19bcd4f7b55f96e24e.zip | |
Merge branch 'topic/misc' into for-linus
Diffstat (limited to 'sound/pci/oxygen/oxygen.c')
| -rw-r--r-- | sound/pci/oxygen/oxygen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen.c b/sound/pci/oxygen/oxygen.c index d7e8ddd9a67b..218d9854e5cb 100644 --- a/sound/pci/oxygen/oxygen.c +++ b/sound/pci/oxygen/oxygen.c @@ -859,7 +859,7 @@ static int __devinit generic_oxygen_probe(struct pci_dev *pci, } static struct pci_driver oxygen_driver = { - .name = "CMI8788", + .name = KBUILD_MODNAME, .id_table = oxygen_ids, .probe = generic_oxygen_probe, .remove = __devexit_p(oxygen_pci_remove), |
