summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJia-Ju Bai <baijiaju1990@gmail.com>2018-04-09 21:03:38 +0800
committerTakashi Iwai <tiwai@suse.de>2018-04-16 13:49:09 +0200
commit1fa350b6e1a14edaeeb4e4f84010f5b0c53d2915 (patch)
tree3d5e6b14999bcd06be47fac77ab5f45582db3beb /include/net
parent621fdf60ab22dd902d52a670e943371400b4ee20 (diff)
downloadlinux-1fa350b6e1a14edaeeb4e4f84010f5b0c53d2915.tar.bz2
ALSA: ad1889: Replace mdelay with usleep_range in snd_ad1889_ac97_ready
snd_ad1889_ac97_ready() is never called in atomic context. The call chain ending up at snd_ad1889_ac97_ready() is: [1] snd_ad1889_ac97_ready() <- snd_ad1889_ac97_xinit() <- snd_ad1889_ac97_init() <- snd_ad1889_probe() snd_ad1889_probe() is only set as ".probe" in struct pci_driver. This function is not called in atomic context. Despite never getting called from atomic context, snd_ad1889_ac97_ready() calls mdelay for busy wait. This is not necessary and can be replaced with usleep_range to avoid busy waiting. This is found by a static analysis tool named DCNS written by myself. Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions