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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 20 Jun 2017 18:32:36 +0200
From:   Bastien Nocera <hadess@...ess.net>
To:     Lee Jones <lee.jones@...aro.org>, linux-gpio@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org, Bastien Nocera <hadess@...ess.net>
Subject: [PATCH] gpio: crystalcove: Uniquify driver name

---
 drivers/gpio/gpio-crystalcove.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-crystalcove.c b/drivers/gpio/gpio-crystalcove.c
index e60156ec0c18..4fb400150b03 100644
--- a/drivers/gpio/gpio-crystalcove.c
+++ b/drivers/gpio/gpio-crystalcove.c
@@ -267,7 +267,7 @@ static void crystalcove_irq_mask(struct irq_data *data)
 }
 
 static struct irq_chip crystalcove_irqchip = {
-	.name			= "Crystal Cove",
+	.name			= "Crystal Cove (GPIO)",
 	.irq_mask		= crystalcove_irq_mask,
 	.irq_unmask		= crystalcove_irq_unmask,
 	.irq_set_type		= crystalcove_irq_type,
-- 
2.13.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ