diff options
author | Takashi Iwai <tiwai@suse.de> | 2022-01-27 14:57:17 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-01-28 09:22:45 +0100 |
commit | 0444f82766f0b5b9c8302ad802dafa5dd0e722d0 (patch) | |
tree | c9fef775a4bc82010cfa0ba129f169b45a24148f /fs/nfsd/nfs4acl.c | |
parent | 3da4b7403db87d39bc2613cfd790de1de99a70ab (diff) |
ALSA: hda: Fix signedness of sscanf() arguments
The %x format of sscanf() takes an unsigned int pointer, while we pass
a signed int pointer. Practically it's OK, but this may result in a
compile warning. Let's fix it.
Fixes: a235d5b8e550 ("ALSA: hda: Allow model option to specify PCI SSID alias")
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20220127135717.31751-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'fs/nfsd/nfs4acl.c')
0 files changed, 0 insertions, 0 deletions