diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-02-06 19:31:51 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-02-10 10:25:45 +0300 |
commit | 6a7322df2c2825bb2f45d247432a3b7d3f3ed233 (patch) | |
tree | 7d9c1f6a70e2ab03c9c622eaac2c140f231040f6 /lib/test_rhashtable.c | |
parent | c5bb086741c1f5cf05630dab7318433b71abb1f1 (diff) | |
download | linux-6a7322df2c2825bb2f45d247432a3b7d3f3ed233.tar.xz |
ALSA: emu10k1: Fix endianness annotations
The internal page tables are little endian, hence they should be
__le32 type. This fixes the relevant sparse warning:
sound/pci/emu10k1/emu10k1_main.c:2013:51: warning: incorrect type in assignment (different base types)
sound/pci/emu10k1/emu10k1_main.c:2013:51: expected unsigned int [usertype]
sound/pci/emu10k1/emu10k1_main.c:2013:51: got restricted __le32 [usertype]
No functional changes, just sparse warning fixes.
Link: https://lore.kernel.org/r/20200206163152.6073-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'lib/test_rhashtable.c')
0 files changed, 0 insertions, 0 deletions