Re: [PATCH v2 1/5] power: bq24190_charger: Add ti,bq24192i to devicetree table
From: Tony Lindgren <tony@atomide.com>
Date: 2017-08-25 20:28:19
From: Tony Lindgren <tony@atomide.com>
Date: 2017-08-25 20:28:19
* Liam Breck [off-list ref] [170807 12:55]:
From: Liam Breck <redacted>--- a/drivers/power/supply/bq24190_charger.c +++ b/drivers/power/supply/bq24190_charger.c #else -static const struct of_device_id bq24190_of_match[] = { - { }, -}; +static const struct of_device_id bq24190_of_match[] = { {} }; #endif
Maybe check what checkpatch says about this one? It might actually prefer what we have now. You should also mention it in the commit message or just drop that change as people could complain it's an unrelated change. Regards, Tony