diff options
-rw-r--r-- | sound/ac97_bus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/ac97_bus.c b/sound/ac97_bus.c index a351dd0a09c7..2b50cbe6aca9 100644 --- a/sound/ac97_bus.c +++ b/sound/ac97_bus.c | |||
@@ -19,8 +19,8 @@ | |||
19 | 19 | ||
20 | /* | 20 | /* |
21 | * Let drivers decide whether they want to support given codec from their | 21 | * Let drivers decide whether they want to support given codec from their |
22 | * probe method. Drivers have direct access to the struct snd_ac97 structure and may | 22 | * probe method. Drivers have direct access to the struct snd_ac97 |
23 | * decide based on the id field amongst other things. | 23 | * structure and may decide based on the id field amongst other things. |
24 | */ | 24 | */ |
25 | static int ac97_bus_match(struct device *dev, struct device_driver *drv) | 25 | static int ac97_bus_match(struct device *dev, struct device_driver *drv) |
26 | { | 26 | { |