aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Sang <[email protected]>2019-04-14 12:03:06 +0200
committerWim Van Sebroeck <[email protected]>2019-05-05 21:04:58 +0200
commite18431264954247f76a8e7aeac3b68421e35e65a (patch)
tree06251de57dc7f6d7f8b4bc7c0095acb588977f03
parent280ce5c00661a5d92c94dddc05c4a2b5c39252f8 (diff)
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 <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
-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 */ }