mirror of https://github.com/torvalds/linux.git
smatch error:
sound/pci/ac97/ac97_codec.c:2354 snd_ac97_mixer() error:
we previously assumed 'rac97' could be null (see line 2072)
remove redundant assignment, return error if rac97 is NULL.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| ac97_codec.c | ||
| ac97_id.h | ||
| ac97_local.h | ||
| ac97_patch.c | ||
| ac97_patch.h | ||
| ac97_pcm.c | ||
| ac97_proc.c | ||