diff options
Diffstat (limited to 'sound/soc/blackfin')
-rw-r--r-- | sound/soc/blackfin/bf5xx-ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/blackfin/bf5xx-ac97.c b/sound/soc/blackfin/bf5xx-ac97.c index 5885702c78ff..8a935f2d1767 100644 --- a/sound/soc/blackfin/bf5xx-ac97.c +++ b/sound/soc/blackfin/bf5xx-ac97.c | |||
@@ -357,8 +357,8 @@ sport_config_err: | |||
357 | sport_err: | 357 | sport_err: |
358 | #ifdef CONFIG_SND_BF5XX_HAVE_COLD_RESET | 358 | #ifdef CONFIG_SND_BF5XX_HAVE_COLD_RESET |
359 | gpio_free(CONFIG_SND_BF5XX_RESET_GPIO_NUM); | 359 | gpio_free(CONFIG_SND_BF5XX_RESET_GPIO_NUM); |
360 | #endif | ||
361 | gpio_err: | 360 | gpio_err: |
361 | #endif | ||
362 | peripheral_free_list(sport_req[sport_num]); | 362 | peripheral_free_list(sport_req[sport_num]); |
363 | peripheral_err: | 363 | peripheral_err: |
364 | free_page((unsigned long)cmd_count); | 364 | free_page((unsigned long)cmd_count); |