mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-03 09:13:40 +00:00
The pointer desc is being null checked twice, the second null check
is redundant because desc has not been re-assigned between the
checks. Remove the redundant second null check on desc.
Fixes:
|
||
|---|---|---|
| .. | ||
| dw-axi-dmac-platform.c | ||
| dw-axi-dmac.h | ||
| Makefile | ||