ASoC: intel: Avoid non-standard macro usage
authorTakashi Iwai <tiwai@suse.de>
Fri, 8 Nov 2019 09:46:37 +0000 (10:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 9 Nov 2019 17:02:53 +0000 (18:02 +0100)
commit6420c24a30006e2fdbc292f88d37db56ca28f6e8
tree8048b424d6992582c2cc791d5819cb527ccb24dc
parent1508f32f1adb220e61d1b7839e35d93ebee89f58
ASoC: intel: Avoid non-standard macro usage

Pass the device pointer from the PCI pointer directly, instead of a
non-standard macro.  The macro didn't give any better readability.

Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20191108094641.20086-5-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/intel/skylake/skl-pcm.c