linux-stable/sound/pci/trident
YueHaibing fd498bba7c ALSA: trident: Fix build error
sound/pci/trident/trident_memory.c: In function ‘set_tlb_bus’:
sound/pci/trident/trident_memory.c:85:35: error: ‘pagetr’ undeclared (first use in this function); did you mean ‘page’?
  for (i = 0; i < UNIT_PAGES; i++, pagetr++) {
                                   ^~~~~~
                                   page

Fixes: 74fb98311c ("ALSA: trident: Drop shadow TLB pointer table")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20210612033458.42928-1-yuehaibing@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2021-06-12 09:29:50 +02:00
..
Makefile
trident.c ALSA: trident: Fix assignment in if condition 2021-06-09 17:30:20 +02:00
trident.h ALSA: trident: Drop shadow TLB pointer table 2021-06-10 10:15:21 +02:00
trident_main.c ALSA: trident: Drop shadow TLB pointer table 2021-06-10 10:15:21 +02:00
trident_memory.c ALSA: trident: Fix build error 2021-06-12 09:29:50 +02:00