20 lines
582 B
Diff
20 lines
582 B
Diff
|
From 238d23d6cb3f8610aa1cd3bdaeb398c63a4c9cb2 Mon Sep 17 00:00:00 2001
|
||
|
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
|
||
|
Date: Tue, 1 Oct 2024 02:22:46 +0200
|
||
|
Subject: ZEN: Update VHBA driver
|
||
|
|
||
|
remote https://github.com/cdemu/cdemu
|
||
|
tag vhba-module-20240917
|
||
|
---
|
||
|
drivers/scsi/vhba/Makefile | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/drivers/scsi/vhba/Makefile
|
||
|
+++ b/drivers/scsi/vhba/Makefile
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-VHBA_VERSION := 20240202
|
||
|
+VHBA_VERSION := 20240917
|
||
|
|
||
|
obj-$(CONFIG_VHBA) += vhba.o
|
||
|
ccflags-y := -DVHBA_VERSION=\"$(VHBA_VERSION)\" -Werror
|