linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpio: crystalcove: Uniquify driver name
@ 2017-06-20 16:32 Bastien Nocera
  0 siblings, 0 replies; only message in thread
From: Bastien Nocera @ 2017-06-20 16:32 UTC (permalink / raw)
  To: Lee Jones, linux-gpio; +Cc: linux-kernel, Bastien Nocera

---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-20 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-20 16:32 [PATCH] gpio: crystalcove: Uniquify driver name Bastien Nocera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).