xdma: avoid NULL deref in error case
Reported by: Dr Silvio Cesare of InfoSect MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
7b7bac4249
commit
8c95558f9f
@ -186,8 +186,7 @@ xchan_bufs_alloc(xdma_channel_t *xchan)
|
||||
xdma = xchan->xdma;
|
||||
|
||||
if (xdma == NULL) {
|
||||
device_printf(xdma->dev,
|
||||
"%s: Channel was not allocated properly.\n", __func__);
|
||||
printf("%s: Channel was not allocated properly.\n", __func__);
|
||||
return (-1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user