watchdog: renesas_wdt: drop superfluous glob pattern
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sun, 14 Apr 2019 10:03:06 +0000 (12:03 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sun, 5 May 2019 19:04:58 +0000 (21:04 +0200)
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>
drivers/watchdog/renesas_wdt.c

index 5b31864..918266b 100644 (file)
@@ -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 */ }