From: Wolfram Sang Date: Sun, 14 Apr 2019 10:03:06 +0000 (+0200) Subject: watchdog: renesas_wdt: drop superfluous glob pattern X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e18431264954247f76a8e7aeac3b68421e35e65a;p=openwrt%2Fstaging%2Fblogic.git 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 Reviewed-by: Guenter Roeck Signed-off-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- 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 */ }