mirror of
https://github.com/torvalds/linux.git
synced 2025-11-04 18:49:34 +02:00
ndev_vec_mask() should be returning u64 mask value instead of int.
Otherwise the mask value returned can be incorrect for larger
vectors.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| ntb_hw_gen1.c | ||
| ntb_hw_gen1.h | ||
| ntb_hw_gen3.c | ||
| ntb_hw_gen3.h | ||
| ntb_hw_intel.h | ||