lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20241008094027.39377-1-bajing@cmss.chinamobile.com>
Date: Tue,  8 Oct 2024 17:40:27 +0800
From: Ba Jing <bajing@...s.chinamobile.com>
To: linux@...inikbrodowski.net
Cc: bajing@...s.chinamobile.com,
	quic_jjohnson@...cinc.com,
	linux-kernel@...r.kernel.org
Subject: [PATCH] pcmcia: i82365: remove unused macro

By reading the code, I found the macro IS_UNKNOWN is
never referenced in the code. Just remove it.

Signed-off-by: Ba Jing <bajing@...s.chinamobile.com>
---
 drivers/pcmcia/i82365.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pcmcia/i82365.c b/drivers/pcmcia/i82365.c
index 86a357837a7b..3b045cd87107 100644
--- a/drivers/pcmcia/i82365.c
+++ b/drivers/pcmcia/i82365.c
@@ -183,7 +183,6 @@ enum pcic_id {
 #define IS_VADEM	0x0001
 #define IS_CIRRUS	0x0002
 #define IS_VIA		0x0010
-#define IS_UNKNOWN	0x0400
 #define IS_VG_PWR	0x0800
 #define IS_DF_PWR	0x1000
 #define IS_REGISTERED	0x2000
-- 
2.33.0




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ