b43: Fix possible NULL pointer dereference in DMA code
authorMichael Buesch <mb@bu3sch.de>
Thu, 12 Jun 2008 09:58:56 +0000 (11:58 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 13 Jun 2008 20:14:48 +0000 (16:14 -0400)
commit028118a5f09a9c807e6b43e2231efdff9f224c74
tree10ae9463691e3decc9bd4773682a35418cdf2b10
parent051c256f672efa356a4cda1841132dbc86541090
b43: Fix possible NULL pointer dereference in DMA code

This fixes a possible NULL pointer dereference in an error path of the
DMA allocation error checking code. This is also necessary for a future
DMA API change that is on its way into the mainline kernel that adds
an additional dev parameter to dma_mapping_error().

This patch moves the whole struct b43_dmaring struct initialization
right before any DMA allocation operation.

Reported-by: Miles Lane <miles.lane@gmail.com>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/dma.c