mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 16:11:04 +00:00
Staging: cx25821: Hoist assign from if
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
646755ad91
commit
7c2c2eb7b2
@ -1299,7 +1299,8 @@ int cx25821_risc_databuffer_audio(struct pci_dev *pci,
|
||||
instructions = 1 + (bpl * lines) / PAGE_SIZE + lines;
|
||||
instructions += 1;
|
||||
|
||||
if ((rc = btcx_riscmem_alloc(pci, risc, instructions * 12)) < 0)
|
||||
rc = btcx_riscmem_alloc(pci, risc, instructions * 12);
|
||||
if (rc < 0)
|
||||
return rc;
|
||||
|
||||
/* write risc instructions */
|
||||
|
Loading…
x
Reference in New Issue
Block a user