Re: [PATCH] ALSA: doc: my_chip has no element ioport

From: Takashi Iwai
Date: Wed Apr 03 2019 - 05:56:24 EST


On Tue, 02 Apr 2019 14:16:48 +0200,
Christina Quast wrote:
>
> chip->ioport is dereferenced in two places, but the struct is
> defined as follows:
>
> struct mychip {
> struct snd_card *card;
> struct pci_dev *pci;
>
> unsigned long port;
> int irq;
> };
>
> Signed-off-by: Christina Quast <cquast@xxxxxxxxxxxxxxxxxxx>

Applied, thanks.


Takashi