commit | ab647a2d62f70cf45d7c64bf9f1574b8c52406e4 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jul 25 23:00:47 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jul 26 08:31:06 2018 +0200 |
tree | aa5ef805f2d1acc5775fc2faf42083e8191688c1 | |
parent | bd1cd0eb2ce9141100628d476ead4de485501b29 [diff] |
ALSA: msnd: Add missing __iomem annotations The io-mapped buffers used in msnd drivers need __iomem annotations. This fixes sparse warnings like: sound/isa/msnd/msnd_pinnacle.c:172:45: warning: incorrect type in initializer (different address spaces) Signed-off-by: Takashi Iwai <tiwai@suse.de>