mirror of
https://github.com/torvalds/linux.git
synced 2026-05-16 18:46:14 +02:00
As the devm_kcalloc may return NULL pointer,
it should be better to add check for the return
value, as same as the others.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| ntb_msi_test.c | ||
| ntb_perf.c | ||
| ntb_pingpong.c | ||
| ntb_tool.c | ||