diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2019-04-14 13:03:06 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2019-05-05 22:04:58 +0300 |
commit | e18431264954247f76a8e7aeac3b68421e35e65a (patch) | |
tree | 06251de57dc7f6d7f8b4bc7c0095acb588977f03 /drivers/watchdog | |
parent | 280ce5c00661a5d92c94dddc05c4a2b5c39252f8 (diff) | |
download | linux-e18431264954247f76a8e7aeac3b68421e35e65a.tar.xz |
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>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/renesas_wdt.c | 1 |
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 */ } |