From 890e1df1bec891d9203724541e81f8fbe5183388 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 19 Feb 2024 01:57:06 +0000
Subject: [PATCH] default settings GPIO PA4 PA6 PA3 PB5

---
 kernel/include/linux/mtd/qinfo.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/include/linux/mtd/qinfo.h b/kernel/include/linux/mtd/qinfo.h
index df5b9fd..2e3f437 100644
--- a/kernel/include/linux/mtd/qinfo.h
+++ b/kernel/include/linux/mtd/qinfo.h
@@ -24,7 +24,7 @@
 	struct qinfo_chip *qinfo;
 	int numchips;
 	unsigned long chipshift;
-	struct flchip chips[0];
+	struct flchip chips[];
 };
 
 /* qinfo_query_info structure contains request information for

--
Gitblit v1.6.2