mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-24 20:18:56 +00:00
Sparse complained about the following:
drivers/mtd/nand/raw/brcmnand/brcmnand.c:921:40: warning: Using plain integer as NULL pointer
fix this issue by assigning the pointer to NULL.
Fixes:
|
||
|---|---|---|
| .. | ||
| bcm6368_nand.c | ||
| bcm63138_nand.c | ||
| brcmnand.c | ||
| brcmnand.h | ||
| brcmstb_nand.c | ||
| iproc_nand.c | ||
| Makefile | ||