1
0
Fork 0
alistair23-linux/sound/pci/vx222
Takashi Iwai fff71a4c05 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>
2018-07-26 08:23:28 +02:00
..
Makefile [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-16 16:51:18 +02:00
vx222.c ALSA: vx222: Use container_of() 2017-05-15 11:21:05 +02:00
vx222.h ALSA: vx222: Use container_of() 2017-05-15 11:21:05 +02:00
vx222_ops.c ALSA: vx222: Fix invalid endian conversions 2018-07-26 08:23:28 +02:00