You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
sfc: Remove sub-minor component from driver version
This driver has diverged from the out-of-tree driver to which the version number originally applied. It should be identified primarily by kernel version. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
committed by
Jeff Garzik
parent
9b7bfc4c4c
commit
8757a5f715
@@ -42,7 +42,7 @@
|
|||||||
#ifndef EFX_DRIVER_NAME
|
#ifndef EFX_DRIVER_NAME
|
||||||
#define EFX_DRIVER_NAME "sfc"
|
#define EFX_DRIVER_NAME "sfc"
|
||||||
#endif
|
#endif
|
||||||
#define EFX_DRIVER_VERSION "2.2.0136"
|
#define EFX_DRIVER_VERSION "2.2"
|
||||||
|
|
||||||
#ifdef EFX_ENABLE_DEBUG
|
#ifdef EFX_ENABLE_DEBUG
|
||||||
#define EFX_BUG_ON_PARANOID(x) BUG_ON(x)
|
#define EFX_BUG_ON_PARANOID(x) BUG_ON(x)
|
||||||
|
|||||||
Reference in New Issue
Block a user