8 May
2019
8 May
'19
8:24 a.m.
On Tue, May 07, 2019 at 04:32:13PM -0700, Curtis Malainey wrote:
Add name to component driver so it is possible to lookup the component when needed.
This claims that the change is adding a name...
static const struct gpio_chip rt5677_template_chip = {
- .label = "rt5677",
- .label = RT5677_DRV_NAME,
...but the actual content of the change appears to consist of rewriting existing names to use a #define.