diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-07-25 17:10:11 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-07-26 08:23:28 +0200 |
commit | fff71a4c050ba46e305d910c837b99ba1728135e (patch) | |
tree | cc1fbec3c05fc22d1560960dfad7e465694709b0 /net | |
parent | ALSA: seq: Fix poll() error return (diff) | |
download | linux-fff71a4c050ba46e305d910c837b99ba1728135e.tar.xz linux-fff71a4c050ba46e305d910c837b99ba1728135e.zip |
ALSA: vx222: Fix invalid endian conversions
The endian conversions used in vx2_dma_read() and vx2_dma_write() are
superfluous and even wrong on big-endian machines, as inl() and outl()
already do conversions. Kill them.
Spotted by sparse, a warning like:
sound/pci/vx222/vx222_ops.c:278:30: warning: incorrect type in argument 1 (different base types)
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions