summaryrefslogtreecommitdiff
path: root/drivers/bcma/driver_mips.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-02-25 23:24:27 (GMT)
committerKalle Valo <kvalo@codeaurora.org>2016-03-07 12:39:05 (GMT)
commit2b02a36d12192f2a86388913143cd1e399eb971c (patch)
treefb62b77021babc4c21196bfcde25cc63f4cec9ae /drivers/bcma/driver_mips.c
parent354a1947a02528b19ee326e230cb44399cd31865 (diff)
downloadlinux-2b02a36d12192f2a86388913143cd1e399eb971c.tar.xz
mt7601u: do not free dma_buf when ivp allocation fails
If the allocation of ivp fails the error handling attempts to free an uninitialized dma_buf; this data structure just contains garbage on the stack, so the freeing will cause issues when the urb, buf and dma fields are free'd. Fix this by not free'ing the dma_buf if the ivp allocation fails. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Julian Calaby <julian.calaby@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/bcma/driver_mips.c')
0 files changed, 0 insertions, 0 deletions