]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: isa/wavefront: remove redundant assignment to pointer bptr
authorColin Ian King <colin.king@canonical.com>
Thu, 1 Aug 2019 16:28:24 +0000 (17:28 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 2 Aug 2019 05:47:38 +0000 (07:47 +0200)
commit3bb4aefd2aed628452b8ce544b76abda0ce531f0
tree461100c2c914ac2336ef009fd6480db9e9d63ad6
parentc1c0c032c785a9eb2814b65bb11c8694540f07d1
ALSA: isa/wavefront: remove redundant assignment to pointer bptr

The pointer bptr is being assigned a value that is never read
and it is being updated in the next statement with a new value.
The initialization is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/wavefront/wavefront_synth.c