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>
This commit is contained in:
parent
280ce5c006
commit
e184312649
|
@ -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 */ }
|
||||
|
|
Loading…
Reference in New Issue