mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08: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 | ||