diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-02-06 17:31:50 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-02-10 08:25:07 +0100 |
commit | c5bb086741c1f5cf05630dab7318433b71abb1f1 (patch) | |
tree | 13f83fd1b438dd0214945a47440a63dac3777008 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | adf615a605017089c8948f393087080e1b61b114 (diff) |
ALSA: via82xx: Fix endianness annotations
The internal page tables are in little endian, hence they should be
__le32 type. This fixes the relevant sparse warnings:
sound/pci/via82xx.c:454:60: warning: incorrect type in assignment (different base types)
sound/pci/via82xx.c:454:60: expected unsigned int [usertype]
sound/pci/via82xx.c:454:60: got restricted __le32 [usertype]
....
No functional changes, just sparse warning fixes.
Link: https://lore.kernel.org/r/20200206163152.6073-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions