|
@@ -145,7 +145,7 @@ static int ipa3_nat_ipv6ct_mmap(
|
|
|
/*
|
|
|
* Check if no smmu or non dma coherent
|
|
|
*/
|
|
|
- if (!cb->valid || !dev_is_dma_coherent(cb->dev)) {
|
|
|
+ if (cb && (!cb->valid || !dev_is_dma_coherent(cb->dev))) {
|
|
|
|
|
|
IPADBG("Either smmu valid=%u and/or DMA coherent=%u false\n",
|
|
|
cb->valid, !dev_is_dma_coherent(cb->dev));
|