summary refs log tree commit diff
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2019-04-14 12:03:06 +0200
committerWim Van Sebroeck <wim@linux-watchdog.org>2019-05-05 21:04:58 +0200
commite18431264954247f76a8e7aeac3b68421e35e65a (patch)
tree06251de57dc7f6d7f8b4bc7c0095acb588977f03
parent280ce5c00661a5d92c94dddc05c4a2b5c39252f8 (diff)
downloadlinux-e18431264954247f76a8e7aeac3b68421e35e65a.tar.gz
watchdog: renesas_wdt: drop superfluous glob pattern
If we want to match all revisions, it is enough to leave the field
empty.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
-rw-r--r--drivers/watchdog/renesas_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/renesas_wdt.c b/drivers/watchdog/renesas_wdt.c
index 5b3186492087..918266b6a516 100644
--- a/drivers/watchdog/renesas_wdt.c
+++ b/drivers/watchdog/renesas_wdt.c
@@ -151,7 +151,6 @@ static const struct soc_device_attribute rwdt_quirks_match[] = {
 		.data = (void *)1,	/* needs single CPU */
 	}, {
 		.soc_id = "r8a7792",
-		.revision = "*",
 		.data = (void *)0,	/* needs SMP disabled */
 	},
 	{ /* sentinel */ }